Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR _C.rasterize_points func not imeplemented? #1954

Open
Zhang-Xiaoxue opened this issue Feb 21, 2025 · 1 comment
Open

ERROR _C.rasterize_points func not imeplemented? #1954

Zhang-Xiaoxue opened this issue Feb 21, 2025 · 1 comment

Comments

@Zhang-Xiaoxue
Copy link

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?

@bottler
Copy link
Contributor

bottler commented Feb 21, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants