You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for contributing this great work and dataset!
I would like to implement a pytorch version and some training details seems missing. Could you provide me the details like
batch size
the parameter of RMSProp (momentum, weight_decay, .....)
Data augmentation
Model initialization (xavier or uniform....)
Is your conv/deconv layer including batchnorm layer?
In your python code, you define " decay_heatmap(heatmap, sigma2=4):", in which sigma is 4, but the sigma in the paper is 2 instead. Which one is the final value you use for training?
Thanks very much!
Bests.
The text was updated successfully, but these errors were encountered:
Hi, thanks for contributing this great work and dataset!
I would like to implement a pytorch version and some training details seems missing. Could you provide me the details like
Thanks very much!
Bests.
The text was updated successfully, but these errors were encountered: