-
Notifications
You must be signed in to change notification settings - Fork 33
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
How to setup the mipnerf360 dataset #61
Comments
What's this? @pilot5657 |
😅 同样的问题,cuda11.7的环境,colmap docker和apt安装的都报这个错。你解决了吗? |
我的解决办法如下:
接着,克隆
|
你好,大佬,我想请问下测试1/4res时,输进colamp时的res是1/4,还是在colamp用正常res生成点云后,再用1/4res的图像进行训练啊,期待您的答复 |
Hi, I follow the README to first install the env, and then:
# download MipNeRF-360 dataset wget http://storage.googleapis.com/gresearch/refraw360/360_v2.zip unzip -d mipnerf360 360_v2.zip
After download, I change the path in 'colmap_360.py' to my own download path and run
python tools/colmap_360.py
, it gives the following error:Is there anything wrong with my commands? Or can I use your proprecess data directly without running
colmap_360.py
? If so, what's the folder structure?cc @zhiwenfan @zehaozhu @henrypearce4D
The text was updated successfully, but these errors were encountered: