diff --git a/README.md b/README.md index 93daa1c..0764f56 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@
- -
+
+ +
+
+ + + + + + + PyPI + + SemVer2.0 + -## Label Convert + -

- - - - - - PyPI - - SemVer2.0 - -

+## Introduction A dataset format conversion tool for object detection and image segmentation, which supports mutual conversion between **labelme, labelImg tools and YOLO, VOC, and COCO** dataset formats. @@ -38,8 +40,7 @@ pip install label_convert ``` ## Documentation -Full documentation can be found on [docs](https://rapidai.github.io/LabelConvert/docs). - +Full documentation can be found on [docs](https://rapidai.github.io/LabelConvert/docs) in Chinese. ## Contributing Pull requests are welcome. For major changes, please open an issue first diff --git a/requirements.txt b/requirements.txt index 619f011..3623128 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ opencv_python tqdm -numpy \ No newline at end of file +numpy +PyYAML \ No newline at end of file