Closed joeyhouser2 closed 2 months ago
Just tried exporting the dataset without saving images as well - same result. I am currently unable to to use any of the data that I've labeled.
Facing the same issue. Tasks - export task dataset - export format - YOLO 1.1 - ok. Saved the downloaded dataset, but out of 44 annotation txt files only first three have Bounding Box coordinates, rest all txt files are blank. Please let me know if you find some solution to it. May be they give it for paid version only.
I will try to explain this based on my experience so far. While annotating, did you rotate the bounding boxes to match the orientation of the object in the image? In the YOLO format, bounding boxes are expected to be axis-aligned with the image (the sides of the bounding box should always align with the sides of the image, not object). Rotating the bounding boxes can cause confusion and CVAT may not save the coordinates for these boxes. The solution is to annotate the objects in such a way that the bounding boxes are parallel to the sides of the image even if this means capturing more background within the box. I hope this helps!
@dataScience-noob Thank you! At this moment it's possible to export in YOLO v8 format, which supports rotated bounding boxes.
Actions before raising this issue
Steps to Reproduce
Expected Behavior
Yolo files are supposed to list the label number with 4 coordinates. I have 15 labels in each image so there should be 15 rows of data in each label file, but I am currently getting max ~3 and sometimes none in my exports on all of my task datasets.
Possible Solution
No response
Context
No response
Environment
No response