You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 194B

4 years ago
4 years ago
123456789
  1. # COCO2YOLO
  2. COCO to YOLO converter
  3. # Usage
  4. `python COCO2YOLO.py -j coco.json -o path_to_dir`
  5. # To test the conversion you can run test.py
  6. `python test.py -i img.jpg -t converted_to_yolo.txt`