Skip to content

This repository contain the codes to convert computer vision, deep learning datasets format in between COCO, YOLO, VOC, and xml.

Notifications You must be signed in to change notification settings

MrAsimZahid/Dataset-Format-Conversions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contain the codes to convert computer vision, deep learning datasets format in between COCO, YOLO, VOC, and xml.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published