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.
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
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