RapidAI / LabelConvert

πŸ”„ A tool for object detection and image segmentation dataset format conversion.

Home Page:https://rapidai.github.io/LabelConvert/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


PyPI SemVer2.0

Introduction

A tool for object detection and image segmentation dataset format conversion.

Supports conversion between labelme tool annotated data, labelImg tool annotated data, YOLO, PubLayNet and COCO data set formats.

Supported conversions

flowchart LR

A(YOLOv5) --> B(COCO)
C(YOLOv5 YMAL) --> B
D(darknet) --> B
E(labelme) --> B

B --> F(labelImg)
F --> G(PubLayNet)
F --> J(YOLOv5)

J --> H(YOLOv8)
H --> J

Installation

pip install label_convert

Documentation

Full documentation can be found on docs in Chinese.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache 2.0

About

πŸ”„ A tool for object detection and image segmentation dataset format conversion.

https://rapidai.github.io/LabelConvert/docs

License:Apache License 2.0


Languages

Language:Python 100.0%