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
Describe the bug
I follow the instructions from the official website, installing nerfstudio and tinycudann.
And I can also run "nerfacto" well, but when I want to change to model "lerf", the problem occurs: "NameError: name 'tcnn' is not defined.".
To Reproduce
Steps to reproduce the behavior:
Build a virtual environment using conda, and install nerfstudio and tinycudann. All the installation setups are followed as the official materials say.
using "ns-train lerf" to install lerf model.
using "ns-train lerf --data ./output" to train the model
See error
Expected behavior
I expected it run smoothly, without error
Screenshots
The Error:
The successful run of "nerfacto":
The text was updated successfully, but these errors were encountered:
Describe the bug
I follow the instructions from the official website, installing nerfstudio and tinycudann.
And I can also run "nerfacto" well, but when I want to change to model "lerf", the problem occurs: "NameError: name 'tcnn' is not defined.".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected it run smoothly, without error
Screenshots
The Error:
The successful run of "nerfacto":
The text was updated successfully, but these errors were encountered: