-
Notifications
You must be signed in to change notification settings - Fork 141
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
while visualing est poses, tless models' are not uploaded #90
Comments
What model are you using? |
Hi Thodan, thanks for your reply. I am using tless models if that is what you are asking |
Please have a look exactly what PLY file (containing the object model) is loaded. All PLY files from the T-LESS dataset include the surface normals (saved as items nx, ny and nz), so |
I am facing the same problem when trying to visualize gt pose for lmo. Did anybody figure out how to resolve this ? I got the ply models from huggingface, so don't really think the ply files are corrupted. |
just for the sake of other people who will end up here, I am assuming that some of the models in some datasets do not have the normals. I implemented a temporary work-around that sets the shading to ''flat" for such cases. Also it is fixing the issue only with vispy, if you are using other renderers, it wont fix your problem. modify renderer_vispy.py: line 425
|
Hi thanks for your great work.
While trying to run vis_est_poses.py it gives error.
in renderer_vispy.py file, the line 402 below gives the error. because the model doesnt have "normals" key and values
what am I missing,
thanks in advance
The text was updated successfully, but these errors were encountered: