From 5bab4dba1a182a2d1a4f7ab014db4bfcd7946d3e Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Fri, 29 Jul 2022 17:26:06 +0800 Subject: [PATCH] make labelme2yolo package --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b9b1ce..0792faf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ # Labelme2YOLO +[![PyPI - Version](https://img.shields.io/pypi/v/labelme2yolo.svg)](https://pypi.org/project/labelme2yolo) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/labelme2yolo.svg)](https://pypi.org/project/labelme2yolo) + Help converting LabelMe Annotation Tool JSON format to YOLO text file format. If you've already marked your segmentation dataset by LabelMe, it's easy to use this tool to help converting to YOLO format dataset. @@ -66,5 +69,12 @@ Script would generate YOLO format text label and image under **labelme_json_dir* /home/username/labelme_json_dir/2.png ``` -## -Only tested on Centos 7/Python 3.6 environment. +## Installation + +```console +pip install labelme2yolo +``` + +## License + +`labelme2yolo` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.