-
Notifications
You must be signed in to change notification settings - Fork 390
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
Colab Demo Broken #189
Comments
I'm also experiencing that the Colab demo is broken, with a different set of error messages:
|
I added "nvidia-cuda-toolkit" package when 'sudo apt-get install' in 2nd cell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing colmap in colab there seems to be an issue that results in this:
/content/neuralangelo
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 12>()
10 # Import imaginaire modules.
11 from projects.nerf.utils import camera, visualize
---> 12 from third_party.colmap.scripts.python.read_write_model import read_model
13 # Read the COLMAP data.
14 cameras, images, points_3D = read_model(path=f"{colmap_path}/sparse", ext=".bin")
ModuleNotFoundError: No module named 'third_party.colmap'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
The text was updated successfully, but these errors were encountered: