-
Notifications
You must be signed in to change notification settings - Fork 225
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
No module named 'gridencoder' #98
Comments
Hello, |
Hi, I also encountered the same issue but i was running on 4090 instead of 3090, so i am not too sure if there is a fix for 4090 given that the README required some DockerFile and setup.py changes to the torch versions. Saw this solution elsewhere which may help that focused on the torch versions and stuff which i guess is the case? Do update if you guys managed to solve it! |
I think i solved the issue. My guess is that when you first build your container, you did not run the bash build_all.sh script after bash run_container.sh. After doing that, everything should work as intended. |
just run the command below to install gridencoder |
Hello,
I'm trying to run
python bundlesdf/run_nerf.py --ref_view_dir /mnt/9a72c439-d0a7-45e8-8d20-d7a235d02763/DATASET/YCB_Video/bowen_addon/ref_views_16 --dataset ycbv
as shown in the README.md, but I'm getting this error:
The text was updated successfully, but these errors were encountered: