layumi / 2016_person_re-ID

TOMM2017 A Discriminatively Learned CNN Embedding for Person Re-identification

Home Page:https://dl.acm.org/citation.cfm?id=3159171

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use 2016_person_re-ID train DukeMTMC

hsqaihkl opened this issue · comments

commented

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.

Hi @hsqaihkl
Did you change the training code for dukemtmc-reid? Or you just used the model trained on Market-1501?

commented

I guessed the reason was used the Market-1501(resnet52_2stream_drop0.9/net-epoch-75.mat).And now I use prepare_data.m and train_id_net_res_2stream.m to train it ,but I don't know is that right ways.

commented

@layumi I'm sorry,I'm a newbie in deeplearning

No worries @hsqaihkl
You may check your code with my baseline code.
https://github.com/layumi/DukeMTMC-reID_baseline

commented

OK,Thks