Im trying to use CVAT in order to tag a dataset that I have. I'm trying to label the gender of pedestrians, etc, and I have a yolov4 network that actually marks all pedestrians with bboxes. I thought I could save me some trouble by importing the output of yolo (a file that describes all bounding boxes for all the images) to CVAT and only tag the already existing bboxes. I have tried the option of 'importing datasets' to my CVAT project, following this guide: https://opencv.github.io/cvat/docs/manual/advanced/formats/format-yolo/#yolo-export (Format of yolo1.1) But when uploading the archive zip file I get this error: Request failed with status code 500. "KeyError: 0\n"..
Perhaps someone knows how to handle this? This is so frustrating :( Thanks, Shani
I have tried the guide mentioned above