Closed sarlinpe closed 4 years ago
Can you try re-running the pipeline with this database and let me know if it works? https://drive.google.com/file/d/1VlF1HYvOTY2WudCdsBZ0ClZ_8VnU0I5c/view?usp=sharing
Works fine now 👍
@mihaidusmanu Thanks for your help! Could you upload the database to this repo?
I just uploaded it - should be fine now!
Thanks!
Problem: Running
reconstruction_pipeline_aachen_v1_1.py
crashes since it attempts to find missing features for the following new queries:Reason: The new database for Aachen v1.1 has 196 query images, so 98 new images, while
aachen_v1_1.zip
only contains 95 new queries inimages_upright/query/night/nexus5x_additional_night
.Quick fix: Check that an image actually exists before importing its features.
Better fix: Cleanup
database_v1_1.db
.