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
On master, can't currently run ns-train. Fails with ModuleNotFoundError: No module named 'nerfstudio.data.datamanagers.base_datamanager'; 'nerfstudio.data.datamanagers' is not a package
To Reproduce
Just run ns-train nerfacto without any argument (or really just ns-train). It fails with the following backtrace :
File "/home/olivier/Work/_AI/nerfstudio/env/bin/ns-train", line 5, in <module>
from scripts.train import entrypoint
File "/home/olivier/Work/_AI/nerfstudio/env/lib/python3.10/site-packages/scripts/train.py", line 48, in <module>
from nerfstudio.configs import base_config as cfg
File "/home/olivier/Work/_AI/nerfstudio/env/lib/python3.10/site-packages/nerfstudio/configs/base_config.py", line 185, in <module>
from nerfstudio.pipelines.base_pipeline import VanillaPipelineConfig
File "/home/olivier/Work/_AI/nerfstudio/env/lib/python3.10/site-packages/nerfstudio/pipelines/base_pipeline.py", line 40, in <module>
from nerfstudio.data.datamanagers.base_datamanager import (
ModuleNotFoundError: No module named 'nerfstudio.data.datamanagers.base_datamanager'; 'nerfstudio.data.datamanagers' is not a package
The text was updated successfully, but these errors were encountered:
On master, can't currently run ns-train. Fails with
ModuleNotFoundError: No module named 'nerfstudio.data.datamanagers.base_datamanager'; 'nerfstudio.data.datamanagers' is not a package
To Reproduce
Just run
ns-train nerfacto
without any argument (or really justns-train
). It fails with the following backtrace :The text was updated successfully, but these errors were encountered: