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
{{ message }}
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
I have been using this repo for estimating 3d skeleton. Below is my question that i would appreciate if you can answer.
In the code this is this line which is doing hip centering.
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 tried without hip centering it seems validation is increased to 5.2
Because i have been training this model on my custom dataset but my validation loss which is 0.45 is not decreasing even after the so much hyperparametertuning.
2. Also can you please tell me what is coorelation between 2d and 3d skeleton. What exactly is done with 3d skeleton.
3. Can you give your suggestion on what can i do to decrease my validation loss(0.45) and training loss(0.112)
Please give your valuable suggestion.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 tried without hip centering it seems validation is increased to 5.2
Because i have been training this model on my custom dataset but my validation loss which is 0.45 is not decreasing even after the so much hyperparametertuning.
2. Also can you please tell me what is coorelation between 2d and 3d skeleton. What exactly is done with 3d skeleton.
3. Can you give your suggestion on what can i do to decrease my validation loss(0.45) and training loss(0.112)
Please give your valuable suggestion.
The text was updated successfully, but these errors were encountered: