# COCO2YOLO COCO to YOLO converter # Usage `python COCO2YOLO.py -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`