Skip to content

Code for ECCV2018 paper: Part-Aligned Bilinear Representations for Person Re-Identification

Notifications You must be signed in to change notification settings

welleast/part_bilinear_reid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Part-Aligned Bilinear Representations for Person Re-identification

Yumin Suh, Jingdong Wang, Siyu Tang, Tao Mei, and Kyoung Mu Lee. “Part-Aligned Bilinear Representations for Person Re-Identification”, Proceedings of the European Conference on Computer Vision (ECCV), 2018. (paper)

@InProceedings{suh_eccv18,
author = {Yumin Suh and Jingdong Wang and Siyu Tang and Tao Mei and Kyoung Mu Lee},
title = {Part-Aligned Bilinear Representations for Person Re-Identification},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2018}
}

Our paper is firstly implemented in caffe and reimplemented in pytorch. Minor details have been changed

Contact: Yumin Suh (n12345@snu.ac.kr)

Prerequisite

  • Pytorch 0.4

Acknowledgement

Usage

  • Run runall.sh to train the model

  • Run eval_market1501.sh to evaluate

About

Code for ECCV2018 paper: Part-Aligned Bilinear Representations for Person Re-Identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 3.1%