You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and tvec 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 and tvec manually and it works.
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: