A small example package
Project description
YOLO Predictions to Labelme and Anylabeling-Compatible JSON
🌟 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
⭐ 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 Annotation for Image 1 | Sample Annotation for Image 2 |
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for yolosegment2labelme-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ba71c105cbe0740252ebbe0779ec07dd35d15c406c8616d277c329571967de0 |
|
MD5 | 7fb825ebe6ac7409799ea367a0f052ad |
|
BLAKE2b-256 | c6770034d6b1a7cfc979a9890a2cd608960021280775d272faac0a01dcc73f9f |
Hashes for yolosegment2labelme-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a26aeb58c3aac89a47e15c656942f36d198cdcfe6e8eb6ca835bb500b2276237 |
|
MD5 | 1a7822bc86a63a30234ee1a44c212bdf |
|
BLAKE2b-256 | 1808f465242cc493ee395d08040fefd7b2ce5bfe3769028ae42143ec5f1f6ffd |