psvis


Namepsvis JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://github.com/open-mmlab/mmdetection
SummaryOpenMMLab Detection Toolbox and Benchmark
upload_time2023-03-11 02:51:38
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 psvis
   ```

## Usage

   1. resnet50
   ```bash
   from psvis.models.backbones import resnet
   resnet50 = resnet.__dict__['resnet50'](pretrained=True)
   ```
   2. resnet18
   ```bash
   from psvis.models.backbones import resnet
   resnet18 = resnet.__dict__['resnet18'](pretrained=True)
   ```   
   3. shufflenetv1
   ```bash
   from psvis.models.backbones import shufflenet_v1
   shufflenetv1 = shufflenet_v1.__dict__['shufflenetv1'](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": "psvis",
    "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/c0/7b/ebc5cd0a60a1e3ab7d54f734f9798def508e9becb5d0300d2bc15bc5734c/psvis-1.6.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 psvis\n   ```\n\n## Usage\n\n   1. resnet50\n   ```bash\n   from psvis.models.backbones import resnet\n   resnet50 = resnet.__dict__['resnet50'](pretrained=True)\n   ```\n   2. resnet18\n   ```bash\n   from psvis.models.backbones import resnet\n   resnet18 = resnet.__dict__['resnet18'](pretrained=True)\n   ```   \n   3. shufflenetv1\n   ```bash\n   from psvis.models.backbones import shufflenet_v1\n   shufflenetv1 = shufflenet_v1.__dict__['shufflenetv1'](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": "1.6.0",
    "split_keywords": [
        "computer vision",
        "object detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c07bebc5cd0a60a1e3ab7d54f734f9798def508e9becb5d0300d2bc15bc5734c",
                "md5": "e33cd9f7a5326570000b647ba6dd5896",
                "sha256": "67a47332bc64b14d575d988ae9b2178243cfca1b8e9284a08c5d0f5b03e4bcda"
            },
            "downloads": -1,
            "filename": "psvis-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e33cd9f7a5326570000b647ba6dd5896",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25495,
            "upload_time": "2023-03-11T02:51:38",
            "upload_time_iso_8601": "2023-03-11T02:51:38.210351Z",
            "url": "https://files.pythonhosted.org/packages/c0/7b/ebc5cd0a60a1e3ab7d54f734f9798def508e9becb5d0300d2bc15bc5734c/psvis-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-11 02:51:38",
    "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": "psvis"
}
        
Elapsed time: 0.13492s