Skip to content

yolosegment2labelme - a Python package that allows you to convert YOLO segmentation prediction results to LabelMe and anylabeling JSON format. This tool facilitates the annotation easy.

License

Notifications You must be signed in to change notification settings

Abonia1/yolosegment2labelme

Repository files navigation

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

About

yolosegment2labelme - a Python package that allows you to convert YOLO segmentation prediction results to LabelMe and anylabeling JSON format. This tool facilitates the annotation easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published