Replies: 1 comment
-
I don't have much time looking into this, but you may want to provide a fully working simplified pybullet example, rather than a small snippet. Also try without EGL and using a default camera view/projection matrix. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a problem where the custom camera I'm capturing frames from is not rendering the segmentation mask. The segmentation mask shows when I use TinyRenderer instead of OpenGL, but the quality of the RGB image is pretty poor (such as the floor plane not displaying).
As seen in the screenshot, there should be two objects in the segmentation mask.
Here is some of my camera code. I'm running in GUI mode with PYBULLET_EGL defined.
Beta Was this translation helpful? Give feedback.
All reactions