blette


Nameblette JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttp://github.com/haruishi43/blette
SummaryEdge Detection Toolbox and Benchmark
upload_time2024-06-19 08:49:47
maintainerNone
docs_urlNone
authorHaruya Ishikawa
requires_pythonNone
licenseApache License 2.0
keywords computer vision edge detection semantic edge detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # blette

A toolbox for edge detection tasks (binary and multi-label edges).

## Installation

```Bash
# install pytorch
# e.g. for CUDA 11.7
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117

# openmm dependencies
pip install -U openmim
mim install -U mmengine
mim install -U 'mmcv==2.0.0rc4'  # until mmseg updates...
pip install mmsegmentation

# third-party dependencies
pip install -r requirements.txt

# global package
pip install -e .
```

## Usage

- [SBD](./.readme/sbd.md)
- [Cityscapes](./.readme/cityscapes.md)
- [BSDS500](./.readme/bsds500.md)


## Dev

TODO:
- [ ] Reproduce results
- [ ] Test codes for functions not present in other mm-libraries
- [ ] Improve docstrings
- [ ] Improve documentations

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/haruishi43/blette",
    "name": "blette",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "computer vision, edge detection, semantic edge detection",
    "author": "Haruya Ishikawa",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/42/ce/51ac9a0313f8d9bf65545c4abf1e1a98ef48d6addf5e8a78492efc3b1e65/blette-1.0.0.tar.gz",
    "platform": null,
    "description": "# blette\n\nA toolbox for edge detection tasks (binary and multi-label edges).\n\n## Installation\n\n```Bash\n# install pytorch\n# e.g. for CUDA 11.7\npip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117\n\n# openmm dependencies\npip install -U openmim\nmim install -U mmengine\nmim install -U 'mmcv==2.0.0rc4'  # until mmseg updates...\npip install mmsegmentation\n\n# third-party dependencies\npip install -r requirements.txt\n\n# global package\npip install -e .\n```\n\n## Usage\n\n- [SBD](./.readme/sbd.md)\n- [Cityscapes](./.readme/cityscapes.md)\n- [BSDS500](./.readme/bsds500.md)\n\n\n## Dev\n\nTODO:\n- [ ] Reproduce results\n- [ ] Test codes for functions not present in other mm-libraries\n- [ ] Improve docstrings\n- [ ] Improve documentations\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Edge Detection Toolbox and Benchmark",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "http://github.com/haruishi43/blette"
    },
    "split_keywords": [
        "computer vision",
        " edge detection",
        " semantic edge detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f180eb79ae80052517d7d4704f8b2051bb466d4213caad2e0669ae48f1c59e37",
                "md5": "7a31c0dcbf33d658e39333483cedaf87",
                "sha256": "a8c2bb2ba674192ffda8271a550c77b8d51606b5a99596f561c2af70f8b2e5d0"
            },
            "downloads": -1,
            "filename": "blette-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a31c0dcbf33d658e39333483cedaf87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 126561,
            "upload_time": "2024-06-19T08:49:43",
            "upload_time_iso_8601": "2024-06-19T08:49:43.230821Z",
            "url": "https://files.pythonhosted.org/packages/f1/80/eb79ae80052517d7d4704f8b2051bb466d4213caad2e0669ae48f1c59e37/blette-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42ce51ac9a0313f8d9bf65545c4abf1e1a98ef48d6addf5e8a78492efc3b1e65",
                "md5": "d2dbf15c4bd661bee4e7e20667e02519",
                "sha256": "fc98327d179e38414479a320925236ffb7480a18d4d89f9de10a30049d598b46"
            },
            "downloads": -1,
            "filename": "blette-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d2dbf15c4bd661bee4e7e20667e02519",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 92292,
            "upload_time": "2024-06-19T08:49:47",
            "upload_time_iso_8601": "2024-06-19T08:49:47.188986Z",
            "url": "https://files.pythonhosted.org/packages/42/ce/51ac9a0313f8d9bf65545c4abf1e1a98ef48d6addf5e8a78492efc3b1e65/blette-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 08:49:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "haruishi43",
    "github_project": "blette",
    "github_not_found": true,
    "lcname": "blette"
}
        
Elapsed time: 0.73616s