thanks for your excellent work!
i met a question when run the pipeline_loftr in Aachen:
in file triangulation.py line 209: database = sfm_dir / "database.db", the "database" obj is a path type obj.
in file triangulation.py line 229: geometric_verification( image_ids, reference, database, features, pairs, matches) it transfer the database obj into geometric_verification function. but such parameter "database" in geometric_verification should be db: pycolmap.Database, not just a path type.
so i wonder if there was a mistake?
if it's not a mistake, what should i do to fix the error when i run Aachen pipeline_loftr
hope for your reply, thank you!
thanks for your excellent work!
i met a question when run the pipeline_loftr in Aachen:
in file triangulation.py line 209: database = sfm_dir / "database.db", the "database" obj is a path type obj.
in file triangulation.py line 229: geometric_verification( image_ids, reference, database, features, pairs, matches) it transfer the database obj into geometric_verification function. but such parameter "database" in geometric_verification should be db: pycolmap.Database, not just a path type.
so i wonder if there was a mistake?
if it's not a mistake, what should i do to fix the error when i run Aachen pipeline_loftr
hope for your reply, thank you!