Update README.md

This commit is contained in:
rooneysh 2021-08-18 16:22:48 +08:00 committed by GitHub
parent be552af910
commit c0b05ff388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@
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
```