Skip to content

Object Detection Data Preprocessing: Converts COCO labels to YOLO labels format

Notifications You must be signed in to change notification settings

qwirky-yuzu/COCO-to-YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

COCO-to-YOLO

Object Detection Data Preprocessing: Converts COCO labels to YOLO labels format

How to use:

To convert your COCO labels to YOLO label format simply copy the python code in coco_to_yolo.py and run ConvertCOCOToYOLO(img_path="path_to_images_directory",json_path='training_data.json').convert().

You will need to add your image and JSON file path accordingly under the parameters img_path and json_path respectively.

About

Object Detection Data Preprocessing: Converts COCO labels to YOLO labels format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages