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

keypoint's coordinate is incoorect, if imageSize equal 224 #9

Open
zg9uagfv opened this issue Dec 25, 2018 · 2 comments
Open

keypoint's coordinate is incoorect, if imageSize equal 224 #9

zg9uagfv opened this issue Dec 25, 2018 · 2 comments

Comments

@zg9uagfv
Copy link

if imageSize equal 224, it's realtime,but keypoint‘s coordinate is incor。
how can i do to make the keypoint's coordiante coorect?thaks a lot!

@mbotsu
Copy link
Collaborator

mbotsu commented Dec 26, 2018

The model based on the result is transplanting weights from posenet.
If posenet will do the same, you should discuss it with posenet.
https://github.com/tensorflow/tfjs-models/tree/master/posenet

@rwightman
Copy link

224 is not a legit resolution for posenet.

In the original JS code, these are the legit resolutions...
export type PoseNetResolution = 161|193|257|289|321|353|385|417|449|481|513;

technically though, a resolution that is divisible by the output_stride + 1 should work... so 225 might be okay if you're using an output_stride of 16

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

3 participants