Skip to main content

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

  1. resnet50
from psvis.models.backbones import resnet
resnet50 = resnet.__dict__['resnet50'](pretrained=True)
  1. resnet18
from psvis.models.backbones import resnet
resnet18 = resnet.__dict__['resnet18'](pretrained=True)
  1. 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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page