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.

index.md 519B

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