MrAsimZahid / Dataset-Format-Conversions

This repository contain the codes to convert computer vision, deep learning datasets format in between COCO, YOLO, VOC, and xml.
5 stars 2 forks source link
annotations coco computer-vision conversions dataset-format-conversions datasets deep-learning imagenet voc xml yolo

Dataset-Formats-Conversion

Computer Vision Dataset Formats Conversion

VOC to COCO converter

To convert dataset from VOC to COCO go to folder "voc2coco"

Convert to YOLO

convert2Yolo
In this coverter we can use "VOC" and "COCO" datasets to convert into "YOLO" format.
Reference: Orignal

YOLO 2 VOC

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

coco to voc

COCO 2 VOC

yolo to coco

Use YOLO 2 VOC>>>VOC 2 COCO

Support

You like this work, Give it a 🌟

Contributing

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.

License

MIT