dangweili / Person-ReID-Core-Pytorch

Person Re-identification with Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Install Pytorch 1.0 and Python 3.6.

  2. Download the datasets and put it in the ./dataset/xxx

  3. Implement and exec the transform codes at ./script/dataset

  4. Implement the core module and put it in the ./core/model

  5. Implement the training/test codes and put them in the ./script/experiment

  6. Train and test modules

About

Person Re-identification with Pytorch


Languages

Language:Python 100.0%