Hi all,
If, like me, anyone wants to get the image annotations from the images_bboxes.csv file into .xml annotation files in the Pascal VOC format, have a look at this package I made that should simplify the conversion: https://github.com/ruankie/poly2pascal
You can just run pip install poly2pascal to install it.
Hope it helps 🙂
Hey, if possible please send yolo format also
hey, thank you sir it helped me a lot
You're most welcome. I do t think I'll have time to make a yolo version in time for this competition. You might be able to find some other existing converters once you have it in Pascal VOC format.