bm2bbox


Namebm2bbox JSON
Version 1.0.4 PyPI version JSON
download
home_page
SummaryConverts binary mask files to geojson files containing bounding boxes
upload_time2023-09-20 09:54:20
maintainer
docs_urlNone
authorJuraj Zvolenský
requires_python>=3.10
license
keywords geojson bounding box binary mask image segmentation object detection computer vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bm2bbox
A simple tool to generate bounding boxes and coordinates for machine learning


# Examples

*Image Folder with multiple images*

bm2bbox -input "path/to/image_folder" -output "path/to/output/folder" 

```bash
bm2bbox -input "/home/jzvolensky/Documents/bm2bbox/test_data/image_folder" -output "/home/jzvolensky/Documents/bm2bbox/test_output"
```

*Single image*

bm2bbox -input "path/to/image.png" -output "path/to/output/output.json

```bash
bm2bbox -input "/home/jzvolensky/Documents/bm2bbox/test_data/single_image/test_bm.png" -s -output "/home/jzvolensky/Documents/bm2bbox/test_output"
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bm2bbox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Juraj Zvolensky <juro.zvolensky@gmail.com>",
    "keywords": "geojson,bounding box,binary mask,image segmentation,object detection,computer vision",
    "author": "Juraj Zvolensk\u00fd",
    "author_email": "Juraj Zvolensky <juro.zvolensky@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f4/fb/948c5a1b21250e1d7cccf191941f67e92cd9e4cba432d4854f005828bbea/bm2bbox-1.0.4.tar.gz",
    "platform": null,
    "description": "# bm2bbox\nA simple tool to generate bounding boxes and coordinates for machine learning\n\n\n# Examples\n\n*Image Folder with multiple images*\n\nbm2bbox -input \"path/to/image_folder\" -output \"path/to/output/folder\" \n\n```bash\nbm2bbox -input \"/home/jzvolensky/Documents/bm2bbox/test_data/image_folder\" -output \"/home/jzvolensky/Documents/bm2bbox/test_output\"\n```\n\n*Single image*\n\nbm2bbox -input \"path/to/image.png\" -output \"path/to/output/output.json\n\n```bash\nbm2bbox -input \"/home/jzvolensky/Documents/bm2bbox/test_data/single_image/test_bm.png\" -s -output \"/home/jzvolensky/Documents/bm2bbox/test_output\"\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Converts binary mask files to geojson files containing bounding boxes",
    "version": "1.0.4",
    "project_urls": null,
    "split_keywords": [
        "geojson",
        "bounding box",
        "binary mask",
        "image segmentation",
        "object detection",
        "computer vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7be797236eaa98045d45ce35bbbf6d0373ee2d5bc9f31c9794699bea48b17f3f",
                "md5": "6f99e0a03c24ddbebcd2ac0509c174da",
                "sha256": "0efe4a1e27cb0c99b37f3115c1120d1bdbe648851fe82d9f30735b27ea5de449"
            },
            "downloads": -1,
            "filename": "bm2bbox-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f99e0a03c24ddbebcd2ac0509c174da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4419,
            "upload_time": "2023-09-20T09:54:19",
            "upload_time_iso_8601": "2023-09-20T09:54:19.670136Z",
            "url": "https://files.pythonhosted.org/packages/7b/e7/97236eaa98045d45ce35bbbf6d0373ee2d5bc9f31c9794699bea48b17f3f/bm2bbox-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4fb948c5a1b21250e1d7cccf191941f67e92cd9e4cba432d4854f005828bbea",
                "md5": "fcbb7c8384e0e51d4b14f57450e2e6ca",
                "sha256": "73b4c6f5b00e89f218ae55d5c0a9a0553b350e77c12a615b7d98733b32d4868d"
            },
            "downloads": -1,
            "filename": "bm2bbox-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fcbb7c8384e0e51d4b14f57450e2e6ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4768,
            "upload_time": "2023-09-20T09:54:20",
            "upload_time_iso_8601": "2023-09-20T09:54:20.862664Z",
            "url": "https://files.pythonhosted.org/packages/f4/fb/948c5a1b21250e1d7cccf191941f67e92cd9e4cba432d4854f005828bbea/bm2bbox-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 09:54:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bm2bbox"
}
        
Elapsed time: 0.12243s