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 421B

3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213
  1. # COCO2YOLO
  2. COCO to YOLO converter
  3. # Usage
  4. `python COCO2YOLO.py -j coco.json -o path_to_dir`
  5. ### Or download [Release](https://github.com/alexmihalyk23/COCO2YOLO/releases/tag/v1.0.0) and run
  6. `COCO2YOLO.exe -j coco.json -o path_to_dir`
  7. # To test the conversion you can run test.py
  8. `python test.py -i img.jpg -t converted_to_yolo.txt`
  9. ## Or
  10. `python test_with_labels.py -i img.jpg -t converted_to_yolo.txt -l labels.txt`