qiaoguan / Person-reid-GAN-pytorch

A Pytorch Implementation of "Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro"(ICCV17)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when the baseline result is high(rank-1, 0.934), its difficult to improve the result

opened this issue · comments

thanks for your sharing,in your conclusion that "when the baseline result is high(rank-1, 0.934), its difficult to improve the result." why occurs this result, does gan not work ?

commented

because this method is very easy, when the accuracy is high, its difficult to improve the result(this applies to any method), if you want to improve the result, you can improve the loss function and you also can try better GAN!