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
When I set the camera axis as y up, I encountered the error of "RuntimeError: Global alloc not supported yet".
Below is the reproduction code.
Strangely, when I set up = torch.tensor([0, 0, 1]) or up = torch.tensor([1, 0, 0]), that error did not occur.
Traceback (most recent call last):
File "/home/kamata/SyncTweedie/data/knight/sample_kaolin.py", line 63, in <module>
render_dict = render_mesh(
File "/home/kamata/venv/nvdiffrec/lib/python3.10/site-packages/kaolin/render/easy_render/mesh.py", line 112, in render_mesh
diffuse_img, specular_img, img = sg_shade(
File "/home/kamata/venv/nvdiffrec/lib/python3.10/site-packages/kaolin/render/easy_render/mesh.py", line 432, in sg_shade
specular_effect = kal.render.lighting.sg_warp_specular_term(
File "/home/kamata/venv/nvdiffrec/lib/python3.10/site-packages/kaolin/render/lighting/sg.py", line 343, in sg_warp_specular_term
output = unbatched_reduced_sg_inner_product(
File "/home/kamata/venv/nvdiffrec/lib/python3.10/site-packages/kaolin/render/lighting/sg.py", line 676, in unbatched_reduced_sg_inner_product
output = unbatched_sg_inner_product(
RuntimeError: Global alloc not supported yet
The text was updated successfully, but these errors were encountered:
When I set the camera axis as y up, I encountered the error of "RuntimeError: Global alloc not supported yet".
Below is the reproduction code.
Strangely, when I set
up = torch.tensor([0, 0, 1])
orup = torch.tensor([1, 0, 0])
, that error did not occur.The error is below
The text was updated successfully, but these errors were encountered: