Skip to content

Downloads COCO dataset images by category, converts COCO annotations to YOLO format and writes .txt files

Notifications You must be signed in to change notification settings

cindyweng/coco-to-yolo-by-category

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

coco-to-yolo-by-category

Downloads COCO dataset images by category, converts COCO annotations to YOLO format and writes .txt files

Requirements (installation assuming macOS):

python 3.7 brew install python3
pycocotools pip3 install pycococtools
requests pip3 install requests

To run:

python3 coco-to-yolo-by-category.py

About

Downloads COCO dataset images by category, converts COCO annotations to YOLO format and writes .txt files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages