Skip to content
/ TASTR Public

The implementation code and models of TASTR.

License

Notifications You must be signed in to change notification settings

xieqk/TASTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Unsupervised Person Re-identification by Tracklet Association with Spatio-Temporal Regularization [link]

The implementation code and models of TASTR.

Environment

  • Ubuntu 16.04
  • Python 3.7
  • Pytorch 1.0.1
  • CUDA 9.0
  • NVIDIA GTX 1080ti x 2

Installation

git clone https://github.com/xieqk/TASTR.git

Prepare dataset

Download DukeMTMC-reID dataset then extract file to your data directory ( denoted as ${data_root} ). The file structure is as follows

${data_root}
└── dukemtmc-reid/
    └── DukeMTMC-reID
        ├── bounding_box_test
        ├── bounding_box_train
        ├── CITATION.txt
        ├── LICENSE_DukeMTMC-reID.txt
        ├── LICENSE_DukeMTMC.txt
        ├── query
        └── README.md

Training

modify the ${data_root} in ./scripts/train_dukemtmcreid.sh, then run

./scripts/train_dukemtmcreid.sh

Citation

@article{xie2020progressive,
  title={Progressive Unsupervised Person Re-identification by Tracklet Association with Spatio-Temporal Regularization},
  author={Xie, Qiaokang and Zhou, Wengang and Qi, Guo-Jun and Tian, Qi and Li, Houqiang},
  journal={IEEE Transactions on Multimedia (TMM)},
  year={2020},
  publisher={IEEE}
}

Request the Campus4K dataset from xieqiaok [at] mail.ustc.edu.cn.

About

The implementation code and models of TASTR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages