https://github.com/waikato-datamining/image-dataset-converter-labelme
image-dataset-converter plugins for the labelme annotation tool (https://github.com/wkentaro/labelme).
https://github.com/waikato-datamining/image-dataset-converter-labelme
conversion deep-learning image-dataset labelme
Last synced: 2 months ago
JSON representation
image-dataset-converter plugins for the labelme annotation tool (https://github.com/wkentaro/labelme).
- Host: GitHub
- URL: https://github.com/waikato-datamining/image-dataset-converter-labelme
- Owner: waikato-datamining
- License: mit
- Created: 2025-02-10T04:25:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T00:24:55.000Z (3 months ago)
- Last Synced: 2025-03-13T01:27:27.286Z (3 months ago)
- Topics: conversion, deep-learning, image-dataset, labelme
- Language: Python
- Homepage: https://github.com/waikato-datamining/image-dataset-converter
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# image-dataset-converter-labelme
[image-dataset-converter](https://github.com/waikato-datamining/image-dataset-converter)
plugins for [labelme](https://github.com/wkentaro/labelme).## Installation
Via PyPI:
```bash
pip install image_dataset_converter_labelme
```The latest code straight from the repository:
```bash
pip install git+https://github.com/waikato-datamining/image-dataset-converter-labelme.git
```## Dataset formats
The following dataset formats are supported:
| Domain | Format | Read | Write |
|:----------------------|:-------------------------------------------|:--------------------------------|:-------------------------------|
| Image classification | [labelme](formats/imageclassification.md) | [Y](plugins/from-labelme-ic.md) | [Y](plugins/to-labelme-ic.md) |
| Instance segmentation | [labelme](formats/instancesegmentation.md) | [Y](plugins/from-labelme-od.md) | [Y](plugins/to-labelme-od.md) |
| Object detection | [labelme](formats/objectdetection.md) | [Y](plugins/from-labelme-od.md) | [Y](plugins/to-labelme-od.md) |## Plugins
See [here](plugins/README.md) for an overview of all plugins.