Issue Description:
When exporting a dataset in YOLOv8 format (ZIP file), 133 out of 1523 images appear to be flipped. An example of such an image and the associated label is attached. Due to the flipped image, the coordinates of the objects become incorrect, rendering the dataset unusable for further work. This issue did not occur previously.
Thank you for your suggestion! However, enabling “auto-orient” seems to compress my images by a factor of 10, which I believe could affect the training process. I’m concerned this might reduce the quality of the model’s learning. Could you please advise if there is a way to use auto-orient without this compression, or if there is another recommended approach?
Hi @Mikhail_Korotkin, it is not expected that auto-orient compress your images.
We resize images only when you apply augmentations.
I see all versions you generated don’t have auto-orient enabled. I recommend you try it and test a model to understand if the lower quality images affect your results, in general it works nice.