From c0b05ff388bc09ea72957ad2eef7b1515cb63dab Mon Sep 17 00:00:00 2001 From: rooneysh Date: Wed, 18 Aug 2021 16:22:48 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26b280a..86e7e03 100644 --- a/README.md +++ b/README.md @@ -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 +```