Skip to content

Code for ICCV2017 paper: Deeply-Learned Part-Aligned Representations for Person Re-Identification

Notifications You must be signed in to change notification settings

Linranran/part_reid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Part-Aligned Network for Person Re-identification

Liming Zhao, Xi Li, Yueting Zhuang, and Jingdong Wang. “Deeply-Learned Part-Aligned Representations for Person Re-Identification.” Proceedings of the International Conference on Computer Vision (ICCV), 2017. (arXiv paper)

Contact: Liming Zhao ([email protected])

Instructions

  • Use my Caffe for using triplet loss layer.

  • Run the demo code demo/demo.ipynb to see an example usage.

  • Run train.sh in the train folder to train the model.

  • The datasets are placed in the dataset folder, you can download the archived data from here.

Descriptions

  • Use Caffe for implementation, please refer to the Caffe project website for installation.

  • The protocal file in proto folder is written in python.

  • The actual training scripts and protocal files will be generated in the train folder.

About

Code for ICCV2017 paper: Deeply-Learned Part-Aligned Representations for Person Re-Identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.6%
  • Python 7.0%
  • Shell 0.4%