Fabio Bellavia
Fabio Bellavia
Sorry to bother... any news? :-) Thanks again
If question was asked to me: `def compute_3D(db, img_dir, output_path):` ` pycolmap.match_exhaustive(db)` ` # os.system('colmap exhaustive_matcher --database_path ' + db) ` database_path = db` ` return pycolmap.incremental_mapping(database_path=database_path, image_path=img_dir, output_path=output_path)` and...
Thanks! Here my simple script based on the info in the link, that compute the matches and put them in a .mat file. Maybe can help someone... import os import...
Just copy the code above in a file inside the FeatureMatching folder (I'm not good with git :| )...