Computer Vision Dataset Formats Conversion
To convert dataset from VOC to COCO go to folder "voc2coco"
convert2Yolo
In this coverter we can use "VOC" and "COCO" datasets to convert into "YOLO" format.
Reference: Orignal
1- clone repository.
2- Navigate to repository.
3- Replace yolo
with the path to your yolo annotations on line 5.
4- Replace annotations
with the path to your destination Voc annotations on line 7.
5- Use python yolo2voc.py
to convert from yolo to voc dataset fromat.
Reference: Unknown
Use YOLO 2 VOC>>>VOC 2 COCO
You like this work, Give it a 🌟
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.