visaionlibrary


Namevisaionlibrary JSON
Version 0.5.8 PyPI version JSON
download
home_pageNone
SummaryA comprehensive deep learning library for computer vision tasks, built on OpenMMLab ecosystem.
upload_time2025-08-30 05:04:21
maintainerNone
docs_urlNone
authorNone
requires_python==3.10
licenseAGPL-3.0
keywords machine-learning deep-learning computer-vision openmmlab ml dl ai object-detection image-segmentation instance-segmentation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # visaionlibrary

## Install
```
pip install \
-i https://pypi.tuna.tsinghua.edu.cn/simple \
-f https://download.openmmlab.com/mmcv/dist/cu117/torch1.13/index.html \
--extra-index-url https://download.pytorch.org/whl/cu117 \
visaionlibrary
```

## Usage
This project is based on the openmmlab series. Therefore, for how to use it, please refer to the openmmlab documentation

- [image classification](https://mmpretrain.readthedocs.io/en/latest/)
- [object detection](https://mmdetection.readthedocs.io/en/latest/),  [mmyolo](https://mmdetection.readthedocs.io/en/latest/)
- [semantic segmentation](https://mmdetection.readthedocs.io/en/latest/)
- [instance segmentation](https://mmdetection.readthedocs.io/en/latest/)

## Directory
- configs: configuration files in mmopenlab format
- templates: configuration files in visaion format
- tests: collection of test files
- tools: collection of tool files

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "visaionlibrary",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "==3.10",
    "maintainer_email": "Felix Fu <alanmathisonturing@163.com>",
    "keywords": "machine-learning, deep-learning, computer-vision, OpenMMLab, ML, DL, AI, object-detection, image-segmentation, instance-segmentation",
    "author": null,
    "author_email": "Felix Fu <alanmathisonturing@163.com>",
    "download_url": "https://files.pythonhosted.org/packages/03/99/871b2283a30cf9993c041c79955b87e8b5446321efa54cdd427560da265d/visaionlibrary-0.5.8.tar.gz",
    "platform": null,
    "description": "# visaionlibrary\n\n## Install\n```\npip install \\\n-i https://pypi.tuna.tsinghua.edu.cn/simple \\\n-f https://download.openmmlab.com/mmcv/dist/cu117/torch1.13/index.html \\\n--extra-index-url https://download.pytorch.org/whl/cu117 \\\nvisaionlibrary\n```\n\n## Usage\nThis project is based on the openmmlab series. Therefore, for how to use it, please refer to the openmmlab documentation\n\n- [image classification](https://mmpretrain.readthedocs.io/en/latest/)\n- [object detection](https://mmdetection.readthedocs.io/en/latest/),  [mmyolo](https://mmdetection.readthedocs.io/en/latest/)\n- [semantic segmentation](https://mmdetection.readthedocs.io/en/latest/)\n- [instance segmentation](https://mmdetection.readthedocs.io/en/latest/)\n\n## Directory\n- configs: configuration files in mmopenlab format\n- templates: configuration files in visaion format\n- tests: collection of test files\n- tools: collection of tool files\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "A comprehensive deep learning library for computer vision tasks, built on OpenMMLab ecosystem.",
    "version": "0.5.8",
    "project_urls": null,
    "split_keywords": [
        "machine-learning",
        " deep-learning",
        " computer-vision",
        " openmmlab",
        " ml",
        " dl",
        " ai",
        " object-detection",
        " image-segmentation",
        " instance-segmentation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "369625dcbb2b08097bc15bcb6da5ebcfa97de1379dd7ae749a31f5da9bbd8f6a",
                "md5": "bf357f6b39fd1d7c950be7900b532f44",
                "sha256": "508d81a36380687b854540a1d7b05018b070492638d6339a2d92a183623999ec"
            },
            "downloads": -1,
            "filename": "visaionlibrary-0.5.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf357f6b39fd1d7c950be7900b532f44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "==3.10",
            "size": 586356,
            "upload_time": "2025-08-30T05:04:19",
            "upload_time_iso_8601": "2025-08-30T05:04:19.519239Z",
            "url": "https://files.pythonhosted.org/packages/36/96/25dcbb2b08097bc15bcb6da5ebcfa97de1379dd7ae749a31f5da9bbd8f6a/visaionlibrary-0.5.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0399871b2283a30cf9993c041c79955b87e8b5446321efa54cdd427560da265d",
                "md5": "f5abefd15bc4ae4e2c54a60f3153570e",
                "sha256": "69364f96079fe940b0dd6e2cc0c4754a7b3a6540d842948486701e844e274684"
            },
            "downloads": -1,
            "filename": "visaionlibrary-0.5.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f5abefd15bc4ae4e2c54a60f3153570e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "==3.10",
            "size": 563341,
            "upload_time": "2025-08-30T05:04:21",
            "upload_time_iso_8601": "2025-08-30T05:04:21.672485Z",
            "url": "https://files.pythonhosted.org/packages/03/99/871b2283a30cf9993c041c79955b87e8b5446321efa54cdd427560da265d/visaionlibrary-0.5.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-30 05:04:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "visaionlibrary"
}
        
Elapsed time: 0.62868s