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
ModuleNotFoundError: No module named 'SuperGluePretrainedNetwork' when using the official ghcr.io/nerfstudio-project/nerfstudio:latest Docker container with HLoc extractors (superpoint.py).
To Reproduce
Enter docker container
docker run
--name nerfstudio
--gpus all
--privileged
--shm-size=16g
-v /media/go-hiroaki/WORK/Robotics/SLAM/:/workspace/
-p 7007:7007
-it
ghcr.io/nerfstudio-project/nerfstudio:latest bash
Run data preproces pipeline
ns-process-data video --sfm-tool hloc --num-downscales 1 --data ./Datasets/DJI/videos/video_20250727_171450.mp4 --output-dir ./Datasets/nerfstudio/video_20250727_171450
Error
File "/usr/local/lib/python3.10/dist-packages/hloc/extractors/superpoint.py", line 8, in
from SuperGluePretrainedNetwork.models import superpoint # noqa E402
ModuleNotFoundError: No module named 'SuperGluePretrainedNetwork'