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.
- 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.
You can install yolosegment2labelme via pip:
pip install yolosegment2labelme
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.
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 |
The documentation for yolosegment2labelme can be found on GitHub: yolosegment2labelme Documentation
Contributions are welcome! If you'd like to contribute to yolosegment2labelme, please check out the Contribution Guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
- Abonia Sojasingarayar - GitHub
If you encounter any issues or have questions about yolosegment2labelme, please feel free to open an issue on GitHub: yolosegment2labelme Issues