HHOR icon indicating copy to clipboard operation
HHOR copied to clipboard

Questions about dense reconstruction

Open zhengxyun opened this issue 2 years ago • 0 comments

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

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

image

Thanks.

zhengxyun avatar Apr 13 '23 06:04 zhengxyun