OpenMMLab Detection Toolbox and Benchmark
Project description
Introduction
This is pretrained models for person search. (resnet50,resnet18,shufflenetv1)
License
This project is released under the Apache 2.0 license.
Installation
This project is developed upon MMdetection, please refer to install.md to install MMdetection.
We utilized mmcv=1.3.9, pytorch=1.7.0
pip install psvis
Usage
- resnet50
from psvis.models.backbones import resnet
resnet50 = resnet.__dict__['resnet50'](pretrained=True)
- resnet18
from psvis.models.backbones import resnet
resnet18 = resnet.__dict__['resnet18'](pretrained=True)
- shufflenetv1
from psvis.models.backbones import shufflenet_v1
shufflenetv1 = shufflenet_v1.__dict__['shufflenetv1'](pretrained=True)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
psvis-1.6.0.tar.gz
(25.5 kB
view details)
File details
Details for the file psvis-1.6.0.tar.gz
.
File metadata
- Download URL: psvis-1.6.0.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67a47332bc64b14d575d988ae9b2178243cfca1b8e9284a08c5d0f5b03e4bcda |
|
MD5 | e33cd9f7a5326570000b647ba6dd5896 |
|
BLAKE2b-256 | c07bebc5cd0a60a1e3ab7d54f734f9798def508e9becb5d0300d2bc15bc5734c |