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 try to use render func, there is an error as below:
this is in class _RasterizePoints.forward located in pytorch3d.renderer.points.rasterize_points.py
idx, zbuf, dists = _C.rasterize_points(*args)
RuntimeError: NOT IMPLEMENTED
Is there anyone could help me to address this issue?
The text was updated successfully, but these errors were encountered:
Could it be that you are calling a public function with a mixture of cuda and cpu tensors? Can you share a call stack and check the device of all the tensors which are passed to the pytorch3d call?
when I try to use render func, there is an error as below:
this is in class _RasterizePoints.forward located in pytorch3d.renderer.points.rasterize_points.py
idx, zbuf, dists = _C.rasterize_points(*args)
RuntimeError: NOT IMPLEMENTED
Is there anyone could help me to address this issue?
The text was updated successfully, but these errors were encountered: