Skip to content
/ AP3D Public

Pytorch implementation of "Appearance-Preserving 3D Convolution for Video-based Person Re-identification"

License

Notifications You must be signed in to change notification settings

guxinqian/AP3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements: Python=3.6 and Pytorch=1.0.0

Training and test

# For MARS
python train.py --root /home/guxinqian/data/ -d mars --arch ap3dres50 --gpu 0,1 --save_dir log-mars-ap3d #
python test-all.py --root /home/guxinqian/data/ -d mars --arch ap3dres50 --gpu 0 --resume log-mars-ap3d

Citation

If you use our code in your research or wish to refer to the baseline results, please use the following BibTeX entry.

@inproceedings{gu2020AP3D,
  title={Appearance-Preserving 3D Convolution for Video-based Person Re-identification},
  author={Gu, Xinqian and Chang, Hong and Ma, Bingpeng and Zhang, Hongkai and Chen, Xilin},
  booktitle={ECCV},
  year={2020},
}

About

Pytorch implementation of "Appearance-Preserving 3D Convolution for Video-based Person Re-identification"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published