Pedestrian_Alignment icon indicating copy to clipboard operation
Pedestrian_Alignment copied to clipboard

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

Open qiulesun opened this issue 8 years ago • 1 comments

qiulesun avatar Jul 29 '17 00:07 qiulesun

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.

layumi avatar Jul 29 '17 11:07 layumi