camenduru / instant-ngp-colab

The Unlicense
35 stars 6 forks source link

No module named 'pyngp' #4

Open omriio opened 1 year ago

omriio commented 1 year ago

thanks for the fast response last issue! but there still failure running it. as mentioned in #1, this is still an issue when running in google colab `==== running: colmap feature_extractor --ImageReader.camera_model OPENCV --ImageReader.camera_params "" --SiftExtraction.estimate_affine_shape=true --SiftExtraction.domain_size_pooling=true --ImageReader.single_camera 1 --database_path colmap.db --image_path "/content/train" colmap: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: No such file or directory FATAL: command failed

Traceback (most recent call last): File "/content/instant-ngp/./scripts/run.py", line 25, in import pyngp as ngp # noqa ModuleNotFoundError: No module named 'pyngp'`

using the additional new zips and even adding manually sys.path.append('/content/instant-ngp/build') doesn't solve it

loan-mgt commented 1 year ago

having the same issus here

jeraldpunx commented 12 months ago

same issue here too

noureldinabdelalim commented 6 months ago

any updates on this issue?