-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to train a smooth manifold of poses? #26
Comments
Isn't this the desired behavior? Can you share a plot of GT distance v/s predicted distance? As long as it's linear, it should be a good model. and we can compare this with the old model. |
We prepare random poses and their distance from NN in AMASS dataset offline and use it for training. We use this script to prepare this data: |
Thank you for your reply. However, I think you are adding noise to the original AMASS poses, instead of directly generating random poses? |
Hi there,
I'm experiencing an issue about training a smooth manifold.
With your pretrained model, I find that the distances are always zero or very small, which means that your manifold is smooth and your pretrained model can always predict zero distances for plausible poses.
But with my model (which is trained by your codes for training and generating training data), I find that my manifold is not smooth, my model will predict zero distances or small distances for plausible poses, and predict large distances for unplausible poses.
In a word, the variance of distances from my model is larger than yours.
Could you please help me with this problem? I'd really appreciate any assistance you can provide.
Thanks in advance!
The text was updated successfully, but these errors were encountered: