Update README.md
This commit is contained in:
parent
be552af910
commit
c0b05ff388
|
@ -2,4 +2,7 @@
|
||||||
|
|
||||||
Convert LabelMe Annotation Tool JSON format to YOLO text file format.
|
Convert LabelMe Annotation Tool JSON format to YOLO text file format.
|
||||||
|
|
||||||
|
How to use:
|
||||||
|
```bash
|
||||||
python labelme2yolo.py --json_dir /home/username/labelme_json_dir/ --val_size 0.2
|
python labelme2yolo.py --json_dir /home/username/labelme_json_dir/ --val_size 0.2
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue