From 163c43442853dc14da3b08849aca43ad64173d2b Mon Sep 17 00:00:00 2001 From: rooneysh Date: Wed, 18 Aug 2021 16:24:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86e7e03..41c836c 100644 --- a/README.md +++ b/README.md @@ -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 ```