I'm training a custom object detection model with Turi Create using tc.object_detector.create and seeing different behavior running the mlmodel on an iPhone in landscape or portrait mode. Trying to determine if it is just a bug in the app, or does the aspect ratio of images in the object detection model training set affect the model?
Do I need to ensure that training images are in a variety of aspect ratios to generate a robust model?