akanazawa/hmr

Training the discriminator

zhangy76 opened this issue · 3 comments

Hi,

Thanks for proposing this classic work! When training the model only using 2D keypoints and pose prior, I wonder how many epochs do we need so that the model can output realistic body reconstruction? Also, why don't we need an Sigmoid function on the output of discriminator?

Thanks,
Yufei

Thanks Yufei. I forget how long really,, but in my recollection realistic poses start happening very quickly. From then on, is a matter or training the regressor so that reprojection loss is minimized.
We don't need this bc we use Least-Squared GAN objective for the discriminator.

Best,

A

Hi,
I am confused about which dataset is used in training discriminators, is h3.6m moshed data, or mpi-inf-3dhp dataset ?
Thanks!