Cysu / dgd_person_reid

Domain Guided Dropout for Person Re-identification
http://arxiv.org/abs/1604.07528
231 stars 94 forks source link

Is it possible to offer a tensorflow version of the pretrained model? #15

Open tonylins opened 7 years ago

tonylins commented 7 years ago

Really grateful for your pretrained model for person re-identification. However the costumed BN layer somehow makes it hard to import the model into tensorflow. Is it possible to develop a tensorflow version? Thanks very much.

Cysu commented 7 years ago

Thanks very much for your advice. I will try my best to figure it out how to make the pretrained models compatible with tensorflow. Need some days though.

sde123 commented 7 years ago

@Cysu hello thank you for your code on person reidentification,but,I run the code and got a problem:error: invalid conversion from ‘const void’ to ‘void_’ [-fpermissive]. I have install openmpi-1.6.5. could you please tell me how to solve it? thank you very much

Cysu commented 7 years ago

@sde123 Could you please attached the full error report? Does this happen when compiling or running the code? It's also better to open up a new issue for it.

gauravkrnayak commented 6 years ago

@Cysu Is the tensorflow version of the pretrained model available ? Can you please share the model graph and their corresponding weights so that we can directly load it into the tensorflow.