-
Notifications
You must be signed in to change notification settings - Fork 69
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
problem on landmarks shift #22
Comments
Yes, you are right, we have lost in accuracy when converting from tflite to blob. It happens for some models (similar problem with movenet). Here, one possible explanation is that we have less precision with float16 than in the original model (PINTO0309/tflite2tensorflow#9 (comment)). |
Thanks for your reply!!
|
@PandaGuy0623 Have you been able to get around this issue? |
Hi, I have this problem when I run your demo. The following picture shows that when I run the demo, the landmarks have a great shift from where they ought to be.
However, if I stream the image to the host and use mediapipe solution directly, the result is good.
I wonder if this problem is related to the blob file generated from tflite? How can I solve this problem?
Thanks.
The text was updated successfully, but these errors were encountered: