NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.87k stars 1.91k forks source link

I can't create my database #827

Open MDargola opened 2 years ago

MDargola commented 2 years ago

Hi everyone, like I say in the title I can't create my database. I installed COLMAP and FFmpeg folowing Tips for training NeRF models with Instant Neural Graphics Primitives. At the moment of run the script colmap2nerf.py, next message appears:

Traceback (most recent call last): File "F:\instant-ngp\instant-ngp\scripts\colmap2nerf.py", line 15, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy'

rhuts commented 2 years ago

Have you installed the python modules listed inside 'requirements.txt' and are running inside the conda virtualenv ?