-
Notifications
You must be signed in to change notification settings - Fork 355
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
Hip Centering in data preprocessing #210
Comments
Hello, |
Hello, I didnt train on Human3.6m dataset, rather i trained on my custom dataset. It was running fine. |
Hi and thanks for your reply. It turns out in the end that I had to import tensorflow differently in order to use the older version of it. |
Recently I use this model to estimate hip joint. I think this centering is only on 3d skeleton because this centering function only passes 3d poses. |
Hallo,
I have been using this repo for estimating 3d skeleton. Below is my question that i would appreciate if you can answer.
poses = poses - np.tile( poses[:,:3], [1, len(H36M_NAMES)] )
poses_set[k] = poses
Is this necessary to do hip centering on 3d skeleton for estimating 3d pose? Is the hip centering only on 3d skeleton not on 2d ?
Because i have been training this model on my custom dataset but my validation loss is not decreasing even after the so much hypermparamter tuning.
Please give your valuable suggestion.
The text was updated successfully, but these errors were encountered: