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

AttributeError: module 'nerfacc.cuda.csrc' has no attribute 'ray_aabb_intersect' #4

Closed
szhang963 opened this issue Mar 25, 2024 · 1 comment

Comments

@szhang963
Copy link

Hi, I met an error AttributeError: module 'nerfacc.cuda.csrc' has no attribute 'ray_aabb_intersect' when I trained Lightning-NeRF.
My environment is:

nerfacc                   0.5.2
nerfstudio                0.3.4
torch                     2.0.1+cu118

I fix the init.py in nerfacc package by adding from .cuda import csrc and csrc to all section to solve the problem of csrc no found.
Could you provide some suggestions for me?
Thanks in advance.

@szhang963
Copy link
Author

The issue was solved by the command.
pip install git+https://github.com/KAIR-BAIR/nerfacc.git

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

1 participant