pytorch3d
pytorch3d copied to clipboard
ERROR _C.rasterize_points func not imeplemented?
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?
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?