json87 / SphereSfM

SfM for sphere images in the ERP format within the framework of ColMap
BSD 3-Clause "New" or "Revised" License
86 stars 10 forks source link

Issue while merging the model #13

Closed paidiakileswar closed 1 month ago

paidiakileswar commented 1 month ago

image

paidiakileswar commented 1 month ago

Command I ran :

colmap model_merger --input_path1 ./24_date_level_23/colmap/scale/0 --input_path2 ./24_date_level_23/colmap/scale/1 --output_path ./output/0 --max_reproj_error 70

json87 commented 1 month ago

There are not enough common images between these two recons. In the merge tool, three at least common images are required.

paidiakileswar commented 1 month ago

I ran a dataset with 800 images , how can i get overlap of minimum 3 images for every each sparse !

I ran step wise Feature Extractor , Spatial Matcher , Mapper , Model Aligner

Any idea or suggestion will be helpful @json87

Regards Akileswar

json87 commented 1 month ago

Split the dataset into two subsets with at least three common images and reconstruct them individually.

paidiakileswar commented 1 month ago

Very Thanks ! First of all

So i get two different sparse outputs like

1st dataset sparse - 0

2nd dataset sparse - 0

So i should give these paths to model merger right !!