yolosegment2labelme


Nameyolosegment2labelme JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/Abonia1/yolosegment2labelme
SummaryA small example package
upload_time2024-05-07 19:35:06
maintainerNone
docs_urlNone
authorAbonia Sojasingarayar
requires_python>=3.8
licenseNone
keywords python yolo segmentation json labelme anylabeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YOLO Prediction to Labelme and Anylabeling Json

<p align="center">
  <img alt="yolosegment2labelme" style="width: 128px; max-width: 100%; height: auto;" src="images/labelme_test/logo.png"/>
  <h1 align="center">🌟 yolosegment2labelme 🌟</h1>
  <p align="center">Convert your yolo model prediction results to json to view and edit in Labelme and Anylabeling. <b>YOLO Result to Json with single line cmd</b>!</p>
  <p align="center"><b>yolosegment2labelme = Easy Coversion + Predicted to Json  + Auto-labeling</b></p>
</p>

![](https://user-images.githubusercontent.com/18329471/234640541-a6a65fbc-d7a5-4ec3-9b65-55305b01a7aa.png)

[![PyPI](https://img.shields.io/pypi/v/yolosegment2labelme)](https://pypi.org/project/yolosegment2labelme/)
[![license](https://img.shields.io/github/license/abonia1/yolosegment2labelme.svg)](https://github.com/Abonia1/yolosegment2labelme/blob/main/LICENSE)
[![open issues](https://isitmaintained.com/badge/open/abonia1/yolosegment2labelme.svg)](https://github.com/abonia1/yolosegment2labelme/issues)
[![Article](https://img.shields.io/badge/Read-Documentation-green)](https://abonia1.github.io/)
[![Follow](https://img.shields.io/badge/+Follow-abonia-blue)](https://www.linkedin.com/in/aboniasojasingarayar/)

> ⭐ Follow [AboniaSojasingarayar](https://www.linkedin.com/in/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 other labeling 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:

```bash
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:

```bash
yolosegment2labelme --images /path/to/images
```

or with custom yolo segmentation model

```bash
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 Images
The table below displays sample images along with their corresponding annotations generated using yolosegment2labelme:


| Sample Image 1                                      | Sample Image 2                                      |
|-----------------------------------------------------|-----------------------------------------------------|
| ![Sample Image 1](images/labelme_test/sample1.png)      | ![Sample Image 2](images/labelme_test/sample2.png)      |
| Sample Annotation for Image 1                      | Sample Annotation for Image 2                      |

| Sample Image 3                                      | Sample Image 4                                      |
|-----------------------------------------------------|-----------------------------------------------------|
| ![Sample Image 3](images/labelme_test/sample3.png)      | ![Sample Image 4](images/labelme_test/sample4.png)      |
| Sample Annotation for Image 3                      | Sample Annotation for Image 4                      |


## Documentation

The documentation for **yolosegment2labelme** can be found on GitHub: [yolosegment2labelme Documentation](https://github.com/Abonia1/yolosegment2labelme)

## Contributing

Contributions are welcome! If you'd like to contribute to **yolosegment2labelme**, please check out the [Contribution Guidelines](CONTRIBUTING.md).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Authors

- Abonia Sojasingarayar - [GitHub](https://github.com/Abonia1)

## Support

If you encounter any issues or have questions about **yolosegment2labelme**, please feel free to open an issue on GitHub: [yolosegment2labelme Issues](https://github.com/Abonia1/yolosegment2labelme/issues)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Abonia1/yolosegment2labelme",
    "name": "yolosegment2labelme",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, yolo, segmentation, json, labelme, anylabeling",
    "author": "Abonia Sojasingarayar",
    "author_email": "Abonia Sojasingarayar <aboniaa@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ce/00/5fa623019281dbc630c57b843cc998ff56772f852af25a6619bb5babbe7c/yolosegment2labelme-0.0.3.tar.gz",
    "platform": null,
    "description": "# YOLO Prediction to Labelme and Anylabeling Json\n\n<p align=\"center\">\n  <img alt=\"yolosegment2labelme\" style=\"width: 128px; max-width: 100%; height: auto;\" src=\"images/labelme_test/logo.png\"/>\n  <h1 align=\"center\">\ud83c\udf1f yolosegment2labelme \ud83c\udf1f</h1>\n  <p align=\"center\">Convert your yolo model prediction results to json to view and edit in Labelme and Anylabeling. <b>YOLO Result to Json with single line cmd</b>!</p>\n  <p align=\"center\"><b>yolosegment2labelme = Easy Coversion + Predicted to Json  + Auto-labeling</b></p>\n</p>\n\n![](https://user-images.githubusercontent.com/18329471/234640541-a6a65fbc-d7a5-4ec3-9b65-55305b01a7aa.png)\n\n[![PyPI](https://img.shields.io/pypi/v/yolosegment2labelme)](https://pypi.org/project/yolosegment2labelme/)\n[![license](https://img.shields.io/github/license/abonia1/yolosegment2labelme.svg)](https://github.com/Abonia1/yolosegment2labelme/blob/main/LICENSE)\n[![open issues](https://isitmaintained.com/badge/open/abonia1/yolosegment2labelme.svg)](https://github.com/abonia1/yolosegment2labelme/issues)\n[![Article](https://img.shields.io/badge/Read-Documentation-green)](https://abonia1.github.io/)\n[![Follow](https://img.shields.io/badge/+Follow-abonia-blue)](https://www.linkedin.com/in/aboniasojasingarayar/)\n\n> \u2b50 Follow [AboniaSojasingarayar](https://www.linkedin.com/in/aboniasojasingarayar) for project updates.\n\n**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 other labeling annotation tools.\n\n## Features\n\n- Convert YOLO segmentation prediction results to LabelMe JSON format.\n- Compatible with various YOLO models.\n- Easy-to-use command-line interface.\n- Supports batch processing of images.\n- Customizable confidence threshold for predictions.\n- Highly customizable and extensible for specific use cases.\n\n## Installation\n\nYou can install **yolosegment2labelme** via pip:\n\n```bash\npip install yolosegment2labelme\n```\n\n## Usage\n\nAfter installation, you can use the `yolosegment2labelme` command-line interface to convert YOLO segmentation prediction results to LabelMe JSON format. Here's a basic example:\n\n```bash\nyolosegment2labelme --images /path/to/images\n```\n\nor with custom yolo segmentation model\n\n```bash\nyolosegment2labelme --model yolov8n-seg.pt --images /path/to/images --conf 0.3\n```\n\nThis 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.\n\n\n## Sample Images\nThe table below displays sample images along with their corresponding annotations generated using yolosegment2labelme:\n\n\n| Sample Image 1                                      | Sample Image 2                                      |\n|-----------------------------------------------------|-----------------------------------------------------|\n| ![Sample Image 1](images/labelme_test/sample1.png)      | ![Sample Image 2](images/labelme_test/sample2.png)      |\n| Sample Annotation for Image 1                      | Sample Annotation for Image 2                      |\n\n| Sample Image 3                                      | Sample Image 4                                      |\n|-----------------------------------------------------|-----------------------------------------------------|\n| ![Sample Image 3](images/labelme_test/sample3.png)      | ![Sample Image 4](images/labelme_test/sample4.png)      |\n| Sample Annotation for Image 3                      | Sample Annotation for Image 4                      |\n\n\n## Documentation\n\nThe documentation for **yolosegment2labelme** can be found on GitHub: [yolosegment2labelme Documentation](https://github.com/Abonia1/yolosegment2labelme)\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to **yolosegment2labelme**, please check out the [Contribution Guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Authors\n\n- Abonia Sojasingarayar - [GitHub](https://github.com/Abonia1)\n\n## Support\n\nIf you encounter any issues or have questions about **yolosegment2labelme**, please feel free to open an issue on GitHub: [yolosegment2labelme Issues](https://github.com/Abonia1/yolosegment2labelme/issues)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A small example package",
    "version": "0.0.3",
    "project_urls": {
        "Download": "https://github.com/Abonia1/yolosegment2labelme/archive/refs/tags/v2.0.zip",
        "Homepage": "https://github.com/Abonia1/yolosegment2labelme",
        "Issues": "https://github.com/Abonia1/yolosegment2labelme/issues"
    },
    "split_keywords": [
        "python",
        " yolo",
        " segmentation",
        " json",
        " labelme",
        " anylabeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af45df629f5b813b44e67fce1ff9ce7b6b50f31fd69d4a31348474cc52b60537",
                "md5": "9ae5052e3ebe73ba0b9471cf79305ba6",
                "sha256": "8fe03090611120b16ed814774ff0d213759d6ac9be4a8446b62acf7a24dee035"
            },
            "downloads": -1,
            "filename": "yolosegment2labelme-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ae5052e3ebe73ba0b9471cf79305ba6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6065,
            "upload_time": "2024-05-07T19:35:05",
            "upload_time_iso_8601": "2024-05-07T19:35:05.085521Z",
            "url": "https://files.pythonhosted.org/packages/af/45/df629f5b813b44e67fce1ff9ce7b6b50f31fd69d4a31348474cc52b60537/yolosegment2labelme-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce005fa623019281dbc630c57b843cc998ff56772f852af25a6619bb5babbe7c",
                "md5": "2c9d5437c1df2fe94704be8897a44362",
                "sha256": "231a1c46d386290fcac470f4f05f0b7605fb5b96355ece37d8397311f2a9391c"
            },
            "downloads": -1,
            "filename": "yolosegment2labelme-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2c9d5437c1df2fe94704be8897a44362",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5897,
            "upload_time": "2024-05-07T19:35:06",
            "upload_time_iso_8601": "2024-05-07T19:35:06.911832Z",
            "url": "https://files.pythonhosted.org/packages/ce/00/5fa623019281dbc630c57b843cc998ff56772f852af25a6619bb5babbe7c/yolosegment2labelme-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 19:35:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Abonia1",
    "github_project": "yolosegment2labelme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yolosegment2labelme"
}
        
Elapsed time: 0.24641s