Skip to content

dream-in-night/COCO2YOLO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COCO2YOLO

COCO to YOLO converter

Usage

python COCO2YOLO.py -j coco.json -o path_to_dir

Or download Release and run

COCO2YOLO.exe -j coco.json -o path_to_dir

To test the conversion you can run test.py

python test.py -i img.jpg -t converted_to_yolo.txt

Or

python test_with_labels.py -i img.jpg -t converted_to_yolo.txt -l labels.txt

About

COCO to YOLO converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%