qiaoguan / Person-reid-GAN-pytorch

A Pytorch Implementation of "Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro"(ICCV17)
158 stars 49 forks source link

The 2stream implementation in pytorch #2

Closed jpainam closed 6 years ago

jpainam commented 6 years ago

Hi! Thanks for the baseline implementation in pytorch. In their repo; the evaluation was also done using the 2stream implementation identification + verification model. I want to know if your repo can provide the implementation (model + evaluation code) for 2stream model Thanks

qiaoguan commented 6 years ago

my baseline is not the same as that baseline, its based on Residual Networks(or DenseNet), and i do not implement the identification+verification model. if you are interested in, you can implement it!