Skip to main content

To convert image labels between each other.

Project description

Label Converter

Hello everyone, I'm trying to develop a solution to the problem I've had before while working on Computer vision with this repo.

To train different models, there must be different types of labeling, for example coco, voc etc.

Added labelling types.

  • COCO
  • Pascal VOC
  • Create ML
  • YOLO Darknet
  • Tensorflow Object Detection CSV
  • Tensorflow TFRecord

Installation

Use the package manager pip to install foobar.

pip install all_label_converter

Usage

import all_label_converter

common_objects = all_label_converter.import_dataset('{files_path}', '{type_dataset_ex_coco}')
all_label_converter.export_dataset(common_objects, "{target_dataset}", "{target_file_path}")

And you can see dataset translated according to your request.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

all_label_converter-0.1.7.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

all_label_converter-0.1.7-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page