Skip to content

Latest commit

 

History

History
 
 

object_reidentification

Object Re-Identification

Pre-trained models

This repo contains scripts and tutorials for object reidentification models training.

Setup

Prerequisites

  • Ubuntu* >=16.04
  • Python* >=3.6
  • PyTorch* 1.4.0
  • OpenVINO™ 2020.2 with Python API
  • deep-object-reid

Installation

  1. Create virtual environment:
cd $(git rev-parse --show-toplevel)/pytorch_toolkit/object_reidentification
bash init_venv.sh
  1. Activate virtual environment:
. venv/bin/activate