Replies: 2 comments
-
Can you share some code which is failing? This should work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is a still a bug in 2024 |
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.
-
The batch rendering API which works well for other shaders, doesn't work for HardDepthShader when there are more than 1 camera angle.
Is this the expected behavior? What is the best approach to efficiently batch render a depth image?
Example exception:
RuntimeError: shape mismatch: value tensor of shape [9] cannot be broadcast to indexing result of shape [519630]
where 9 is the batch size.
Beta Was this translation helpful? Give feedback.
All reactions