Code for unsupervised learning of object landmarks as proposed in "Unsupervised Learning of Object Landmarks through Conditional Image Generation", Tomas Jakab*, Ankush Gupta*, Hakan Bilen, Andrea Vedaldi, Advances in Neural Information Processing Systems (NeurIPS) 2018.
Hi, Jakab, Ankush, Vedaldi.
Thank your sharing imm work, it's such very amazing work.
When I used PyTorch to reproduce your work, I encountered a problem about the initial value of the moving average in line 131
imm/imm_model.py
.And I am very confused about the origin of this set of values. Can you explain the spark of your design ideas and how to set this ws values?
Because PyTorch uses 0~1 input data to train network models by default, including loss network VGG(offical model).
I tried the tf
ws
values, but the effect did not meet expectations(mean error about 12 on ALFW, and your result is about 6.834 )