layumi / Pedestrian_Alignment

TCSVT2018 Pedestrian Alignment Network for Large-scale Person Re-identification
https://ieeexplore.ieee.org/document/8481710
MIT License
236 stars 66 forks source link

What is the function of net1,net1 and net3 in resnet52_market_stn_alignment? Can you talk about the process of data processing? #3

Open qiulesun opened 7 years ago

layumi commented 7 years ago

Sorry for late response. In the paper, you can find there are three parts : Base CNN (net1), Affine Estimation CNN(net3) , and Alignment CNN(net2). See the following Figure.

image

In the code, I write them separately and then concat them.