Skip to main content

A small example package

Project description

YOLO Predictions to Labelme and Anylabeling-Compatible JSON

yolosegment2labelme

🌟 yolosegment2labelme 🌟

Convert your yolo model prediction results to json to view and edit in Labelme and Anylabeling. YOLO Result to Json with single line cmd!

yolosegment2labelme = Easy Coversion + Predicted to Json + Auto-labeling

PyPI license open issues Website Follow YouTube Medium GitHub

⭐ Follow AboniaSojasingarayar for project updates.

yolosegment2labelme is a Python package that allows you to convert YOLO segmentation prediction results to LabelMe JSON format. This tool facilitates the annotation process by generating JSON files that are compatible with Labelme and Anylabeling annotation tools.

Features

  • Convert YOLO segmentation prediction results to LabelMe JSON format.
  • Compatible with various YOLO models.
  • Easy-to-use command-line interface.
  • Supports batch processing of images.
  • Customizable confidence threshold for predictions.
  • Highly customizable and extensible for specific use cases.

Installation

You can install yolosegment2labelme via pip:

pip install yolosegment2labelme

Usage

After installation, you can use the yolosegment2labelme command-line interface to convert YOLO segmentation prediction results to LabelMe JSON format. Here's a basic example:

yolosegment2labelme --images /path/to/images

or with custom yolo segmentation model

yolosegment2labelme --model yolov8n-seg.pt --images /path/to/images --conf 0.3

This command will process the images located in the specified directory (/path/to/images), using the YOLO model weights file yolov8n-seg.pt and here you can add path/to/your/customYOLOModel, and generate LabelMe JSON files with a confidence threshold of your choice and here it is of 0.3.

Sample Output in Anylabeling Annotation Tool

Below are examples of image annotations created using yolosegment2labelme and viewed in the Anylabeling annotation tool:

Sample Image 1 Sample Image 2
Sample Image 1 Sample Image 2
Sample Annotation for Image 1 Sample Annotation for Image 2
Sample Image 3 Sample Image 4
Sample Image 3 Sample Image 4
Sample Annotation for Image 3 Sample Annotation for Image 4

Documentation

The documentation for yolosegment2labelme can be found on GitHub: yolosegment2labelme Documentation

Contributing

If you like this work do star to this repo ⭐ and contribute...💁💁💁


Contributions are welcome! If you'd like to contribute to yolosegment2labelme, please check out the Contribution Guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

  • Abonia Sojasingarayar - GitHub

Support

If you encounter any issues or have questions about yolosegment2labelme, please feel free to open an issue on GitHub: yolosegment2labelme Issues

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

yolosegment2labelme-0.0.4.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

yolosegment2labelme-0.0.4-py3-none-any.whl (6.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