psvision


Namepsvision JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://github.com/open-mmlab/mmdetection
SummaryOpenMMLab Detection Toolbox and Benchmark
upload_time2023-03-10 11:13:12
maintainer
docs_urlNone
authorOpenMMLab
requires_python
licenseApache License 2.0
keywords computer vision object detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Introduction

This is pretrained models for person search. (resnet50,resnet18,shufflenetv1)

## License

This project is released under the [Apache 2.0 license](LICENSE).


## Installation

This project is developed upon [MMdetection](https://github.com/open-mmlab/mmdetection), please refer to [install.md](docs/install.md) to install MMdetection.

We utilized mmcv=1.3.9, pytorch=1.7.0

   ```bash
   pip install psvision
   ```

## Usage

   ```bash
   from psvision.models import resnet
   resnet50 = resnet.__dict__['resnet50'](pretrained=True)
   ```


[comment]: <> (## Citation)

[comment]: <> (If you use this toolbox or benchmark in your research, please cite this project.)

[comment]: <> (```)

[comment]: <> (@inproceedings{yan2021alignps,)

[comment]: <> (  title={Anchor-Free Person Search},)

[comment]: <> (  author={Yichao Yan, Jinpeng Li, Jie Qin, Song Bai, Shengcai Liao, Li Liu, Fan Zhu, Ling Shao},)

[comment]: <> (  booktitle={CVPR},)

[comment]: <> (  year={2021})

[comment]: <> (})

[comment]: <> (```)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/open-mmlab/mmdetection",
    "name": "psvision",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "computer vision,object detection",
    "author": "OpenMMLab",
    "author_email": "openmmlab@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/90/9994c2724e841ddca28d9c662b2bd9a593f0f68b42232b6683f8ed79839d/psvision-2.4.0.tar.gz",
    "platform": null,
    "description": "## Introduction\n\nThis is pretrained models for person search. (resnet50,resnet18,shufflenetv1)\n\n## License\n\nThis project is released under the [Apache 2.0 license](LICENSE).\n\n\n## Installation\n\nThis project is developed upon [MMdetection](https://github.com/open-mmlab/mmdetection), please refer to [install.md](docs/install.md) to install MMdetection.\n\nWe utilized mmcv=1.3.9, pytorch=1.7.0\n\n   ```bash\n   pip install psvision\n   ```\n\n## Usage\n\n   ```bash\n   from psvision.models import resnet\n   resnet50 = resnet.__dict__['resnet50'](pretrained=True)\n   ```\n\n\n[comment]: <> (## Citation)\n\n[comment]: <> (If you use this toolbox or benchmark in your research, please cite this project.)\n\n[comment]: <> (```)\n\n[comment]: <> (@inproceedings{yan2021alignps,)\n\n[comment]: <> (  title={Anchor-Free Person Search},)\n\n[comment]: <> (  author={Yichao Yan, Jinpeng Li, Jie Qin, Song Bai, Shengcai Liao, Li Liu, Fan Zhu, Ling Shao},)\n\n[comment]: <> (  booktitle={CVPR},)\n\n[comment]: <> (  year={2021})\n\n[comment]: <> (})\n\n[comment]: <> (```)",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "OpenMMLab Detection Toolbox and Benchmark",
    "version": "2.4.0",
    "split_keywords": [
        "computer vision",
        "object detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e909994c2724e841ddca28d9c662b2bd9a593f0f68b42232b6683f8ed79839d",
                "md5": "ed98413f000f3a064a72839e16b7a65f",
                "sha256": "4da9112217815a0d166f7b3b4934f81832ccdd59744a9663714fb37abf1b746a"
            },
            "downloads": -1,
            "filename": "psvision-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ed98413f000f3a064a72839e16b7a65f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25308,
            "upload_time": "2023-03-10T11:13:12",
            "upload_time_iso_8601": "2023-03-10T11:13:12.219042Z",
            "url": "https://files.pythonhosted.org/packages/7e/90/9994c2724e841ddca28d9c662b2bd9a593f0f68b42232b6683f8ed79839d/psvision-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-10 11:13:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "open-mmlab",
    "github_project": "mmdetection",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [],
    "lcname": "psvision"
}
        
Elapsed time: 0.20957s