Browse Source

Add release notes

master
Alexey Mikhailyuk 3 years ago
parent
commit
70fcfd9efb
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -4,6 +4,8 @@ COCO to YOLO converter
# Usage

`python COCO2YOLO.py -j coco.json -o path_to_dir`
### Or download [Release](https://github.com/alexmihalyk23/COCO2YOLO/releases/tag/v1.0.0) and run
`COCO2YOLO.exe -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`

Loading…
Cancel
Save