2016_person_re-ID icon indicating copy to clipboard operation
2016_person_re-ID copied to clipboard

TOMM2017 A Discriminatively Learned CNN Embedding for Person Re-identification

Results 8 2016_person_re-ID issues
Sort by recently updated
recently updated
newest added

@layumi my configuration is cpu+matlab 2016a+vs2015+win10. first,i run 'gpu_compile' to compile the matconvnet,and shows that the compilation is successful.then i want to run 'test_gallery_query_razy',but there was an error shows that:...

When i run the 'train_id_net_res_2stream ',there is an error shows: "The subscript index must be a positive integer type or a logical type. Wrong in train_id_net_res_2stream (line 13) net.params(net.getParamIndex('fc751f')).learningRate =...

thanks for your evaluation code , but i am a little confused about one line of it. could you tell me what 'ff = ff.ff1' and 'ff =ff.ff2' mean. i...

Hi, I am very sorry to bother you again.I change the line from `fc751Block = dagnn.Conv('size',[1 1 2048 751],'hasBias',true,'stride',[1,1],'pad',[0,0,0,0]); ` to `fc751Block = dagnn.Conv('size',[1 1 2048 1367],'hasBias',true,'stride',[1,1],'pad',[0,0,0,0]); `,And no other...

Hello,thank you for your paper and codes. I have some questions for you to answer. 1,I have read the paper that mentioned the data set Oxford5k,but I donot konw how...

Hi, Zhedong Zheng; I used the master to train Duke Data , but the mAP and the r1 is too low. I just change faster.m and crazy.m the image path.

@layumi hello thankyou for the code,but when I run zzd_evaluation_res_faster.m,I cannot got rank and got many NULL. I check the code and find that the code is compare the query...

@layumi hello I am running the demo_heatmap.m.But I got a error ``` undefined function or variable 'dagnn.Square' ``` I have install matconvnet_beta23 in the matlabR2014a Could you please tell me...