-
Notifications
You must be signed in to change notification settings - Fork 15
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
Get the 3d coordinate output of the model #19
Comments
Hi @Youmimzy, did you rescale the coordinate like |
|
I think the official code does some post-processing with the output from tensorflowlite model. You can check my answer here |
Thanks for your guidance, I solved the problem。 |
Sorry I found that I didn't seem to solve this problem. I modified my own code to get the normalized real world x, y, z coordinates through the following official code. |
I mentioned in the link above that using the model alone cannot give you the real-world coordinates. The normalize step just gives you the image coordinate (even z axis). |
The output data seems to be different from python,where am i doing wrong?
The text was updated successfully, but these errors were encountered: