Questions about dense reconstruction
Hi,
Thanks for your nice work. I am tring Neus for dense reconstruction. DEMO data does not seem to have the NeuS input.

I follow the Neus Data Convention, I run into this error: "Mismatch between number of poses and images"
So I built colmap from source following the installation guide on the official, and it still doesn't seem to work. How can i get the COLMAP output with Monocular Video?
data_dir=/amax/zxyun/3D_ObjRecon/NeuS/public_data/hhor colmap feature_extractor --database_path ${data_dir}/database.db --image_path ${data_dir}/images colmap sequential_matcher --database_path ${data_dir}/database.db colmap mapper --database_path ${data_dir}/databse.db --image_path ${data_dir}/images --output_path ${data_dir}/sparse

Thanks.