-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small bug(?) in exporting COLMAP database #90
Comments
Hi, thanks for reporting and sorry for the late reply. Did you find the source of the issue? |
Hi @lcmrl , Thanks for the reply. I just check the database manually using |
Ok thanks, I am trying to reproduce the problem and to solve it. This bug should not affect the performance, but I keep the issue open if someone else encounter problems on that |
Hi @lcmrl , |
Hi, recently I am trying SFM disambiguation which will need to edit COLMAP database, and I find that the exported COLMAP database has different columns when using different images.
Sometimes
qvec
andtvec
is exited (this is normal situation).But occasionally, there are no these two columns, while running the same commands but using different images.
Although these values are all null, but some other programs will read these columns when loading COLMAP database.
I try to add
qvec
andtvec
manually and it works.I have tried to check the source code, but still could not understand why
qvec
andtvec
columns are gone.Maybe is the difference between calling
add_matches
andadd_raw_matches
?https://github.com/3DOM-FBK/deep-image-matching/blob/master/src/deep_image_matching/io/h5_to_db.py
Thank you.
The text was updated successfully, but these errors were encountered: