Update README.md

This commit is contained in:
rooneysh 2021-08-19 15:25:12 +08:00 committed by GitHub
parent 53b3dacc31
commit 437f5db863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
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.
## Parameters
**--json_dir** LabelMe JSON files folder path.
**--val_size (Optional)** Validation dataset size, for example 0.2 means 20% for validation and 80% for training.
**--json_name (Optional)** Convert single LabelMe JSON file.
Run python by below command.
```bash