xuehy / pytorch-GaitGAN

GaitGAN: Invariant Gait Feature Extraction Using Generative Adversarial Networks
48 stars 16 forks source link

generate.py can not generate the image which angle is 180 because the number of all angle is 11 but the line #41 of generate.py use the range(10) #3

Open lovebobo opened 5 years ago

WenJingBao1014 commented 5 years ago

I saw you posting on GaitGAN code on xuehy's github, so I want to know do you run GaitGAN code successfully?

weilanhanf commented 3 years ago

I met the same problem!I think the angles list in the line #28 of generate.py should remove '090', because the code of generate.py needn't generate the image of '090'angle. In knn_class_per_angle.py, when needing to classify under '090' angle, the source image is used instead of generated image.