pylabel-project / pylabel

Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.
MIT License
317 stars 56 forks source link

Annotation ids in '/content/test/img/coco128.json' are not unique! #112

Closed AdnanMunir294 closed 11 months ago

AdnanMunir294 commented 1 year ago

after converting my yolov5 annotation to coco format with your code I am getting this error. please help to remove this error. thanks

alexheat commented 11 months ago

I would need to see the dataset to repro the issue.