Update README.md

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

View File

@ -3,6 +3,8 @@
Convert LabelMe Annotation Tool JSON format to YOLO text file format.
How to use:
Input LabelMe JSON folder as parameter for --json_dir, and define validation dataset size as parameter for --val_size.
Run python by below command.
```bash
python labelme2yolo.py --json_dir /home/username/labelme_json_dir/ --val_size 0.2
```