WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.38k stars 4.22k forks source link

how to convert given coco dataset labels in yolo format #913

Open pk-1196 opened 2 years ago

pk-1196 commented 2 years ago

hi , In the repository , we have coco dataset annotation file for detection which is not in yolo format .

How to convert the given annotation file (https://github.com/WongKinYiu/yolov7/releases/download/v0.1/coco2017labels-segments.zip) In yolo format Any help will be useful for me Thanks

abelzy commented 2 years ago

Please check these repositories https://github.com/ultralytics/JSON2YOLO https://github.com/qwirky-yuzu/COCO-to-YOLO.git