NVlabs / instant-ngp

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

Custom Data Image Processing Failure #1511

Open desifisker opened 4 months ago

desifisker commented 4 months ago

Hi, I am trying to get Instant-NGP set up to use my own data but I am encountering an issue with the image processing. I get the following error when I use my own image set, the Plane example from nerfstudios dataset, and the folder of fox images from instant NGP. I don't know what is wrong.

============================================================================== Exhaustive feature matching

Shader not supported by your hardware! ERROR: SiftGPU not fully supported ERROR: SiftGPU not fully supported ==== running: mkdir colmap_sparse ==== running: colmap mapper --database_path colmap.db --image_path "images" --output_path colmap_sparse

============================================================================== Loading database

Loading cameras... 1 in 0.000s Loading matches... 0 in 0.000s Loading images... 50 in 0.000s (connected 0) Building correspondence graph... in 0.000s (ignored 0)

Elapsed time: 0.000 [minutes]

WARNING: No images with matches found in the database.

==== running: colmap bundle_adjuster --input_path colmap_sparse/0 --output_path colmap_sparse/0 --BundleAdjustment.refine_principal_point 1 ERROR: input_path is not a directory FATAL: command failed

JlxxXU commented 3 months ago

you might just install colmap by sudo apt install colmap and this is the reason uninstall this and follow colmap offical guide and have a look at thishttps://blog.csdn.net/JimKudou/article/details/130564808