NVlabs / DG-Net

:couple: Joint Discriminative and Generative Learning for Person Re-identification. CVPR'19 (Oral) :couple:
https://www.zdzheng.xyz/publication/Joint-di2019
Other
1.27k stars 230 forks source link

basic information about predict_label #9

Closed Adorablepet closed 5 years ago

Adorablepet commented 5 years ago

Thanks for you sharing codes. I have a question, I can not find opt.alpha in trainer.py about predict_label function. opt seems not to be defined. Could you explain it?

layumi commented 5 years ago

Hi @Adorablepet

The alpha is used to updated the teacher model (temporal ensemble), which have not been used in our paper. This idea is from https://arxiv.org/abs/1703.01780 However, we did not use it in the final version. I will update it soon.

Adorablepet commented 5 years ago

@layumi thanks, I know, you are a good man.