Skip to content
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

Doubt Regarding Normalization #66

Open
sheoranhimansh opened this issue Jan 24, 2019 · 0 comments
Open

Doubt Regarding Normalization #66

sheoranhimansh opened this issue Jan 24, 2019 · 0 comments

Comments

@sheoranhimansh
Copy link

sheoranhimansh commented Jan 24, 2019

Hi,
Before training the Model are you doing any kind of normalization of the joints? Like shifting the origin to the coordinates of pelvis or head, or subtracting the mean from the joint location and dividing by its standard deviation.

Because the thing is that while calculating MSE loss on the original joint location - square((pred_x-gt_x)) the loss is very large and subsequently takes more time to converge. I noticed that my loss is of order of 10^2 whereas in your log file the loss if of magnitude 10^-3.

What kind of changes did you make in your groundtruth_x before training the model?

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant