You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, deferred rendering with the pytorch backend doesn't seem to work. I assume this is known, but it's not clear from the documentation or code that this is the case.
Deferred rendering is currently only implemented in the Scene3D class, and it's using some numpy functions on pytorch tensors. I expect it would have to be overriden in Scene3DPytorch with numpy stuff replaced with pytorch equivalents. I tried a bit myself but didn't quite figure it out, and was short on time.
For now, it might be a good idea to override render_deferred in Scene3DPytorch to raise an NotImplementedError, so it's clear that it's not supposed to be working yet.
I think the same would be true for render_depth, as well as render_deferred/render_depth in the tensorflow versions.
Here's a minimal example and the current error message.
Hello, deferred rendering with the pytorch backend doesn't seem to work. I assume this is known, but it's not clear from the documentation or code that this is the case.
Deferred rendering is currently only implemented in the Scene3D class, and it's using some numpy functions on pytorch tensors. I expect it would have to be overriden in Scene3DPytorch with numpy stuff replaced with pytorch equivalents. I tried a bit myself but didn't quite figure it out, and was short on time.
For now, it might be a good idea to override render_deferred in Scene3DPytorch to raise an NotImplementedError, so it's clear that it's not supposed to be working yet.
I think the same would be true for render_depth, as well as render_deferred/render_depth in the tensorflow versions.
Here's a minimal example and the current error message.
This is the error message
Thanks
The text was updated successfully, but these errors were encountered: