pycolmap icon indicating copy to clipboard operation
pycolmap copied to clipboard

how to add more images to a model

Open oldshuren1 opened this issue 3 years ago • 0 comments
trafficstars

After you add more images and matching features to the model's database. You can use colmap mapper --input_path model to create a new model with added images. Because it starts from an existing model, the process time usually is not very long. But pycolmap.incremental_mapping() won't take an existing model as the starting point. Is there another way to do it or should pycolmap.incremental_mapping() be modified to take an input model?

oldshuren1 avatar May 29 '22 18:05 oldshuren1