We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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;
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
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: