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

Why have you chosen mean=100 and std=50 #1

Open
venu1666 opened this issue Jul 18, 2019 · 0 comments
Open

Why have you chosen mean=100 and std=50 #1

venu1666 opened this issue Jul 18, 2019 · 0 comments

Comments

@venu1666
Copy link

scale keypoints to be centered around 0 with a range of [-1, 1]
# mean = 100, sqrt = 50, so, pts should be (pts - 100)/50
key_pts_copy = (key_pts_copy - 100)/50.0

In the above code why mean=100 and std=50,from where and how to calculate those values?

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