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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
I am trying to evaluate my dense reconstruction pipeline.
However, for some datasets of the advanced set I cannot successfully recover all camera poses neither with COLMAP of OpenMVG.
I am actually missing 5 poses in the Palace set and 10 poses in the Auditorium.
My pipeline actually focuses on the dense reconstruction part, so I would need to start for some good poses, but I cannot recover them successfully with the available SfM pipelines.
Can I create the .log file anyway, so that I can upload and get the scores?
The text was updated successfully, but these errors were encountered:
I actually think you should be fine, the way the evaluation works (or at least how I remember it), is that it does a robust matching of camera poses, to figure out scale and rough alignment. And it does an ICP refinement on the dense PC afterwards, so if you have a reasonably good looking dense result, you should be fine. Did you try to submit your results already?
@arknapit can you please point me to where in code it does the : "does a robust matching of camera poses, to figure out scale and rough alignment"?
grateful,
it uses the Open3d registration function "registration_ransac_based_on_correspondence", which does not need the same amount of points (camera positions):
Hey, thanks for the great effort!
I am trying to evaluate my dense reconstruction pipeline.
However, for some datasets of the advanced set I cannot successfully recover all camera poses neither with COLMAP of OpenMVG.
I am actually missing 5 poses in the Palace set and 10 poses in the Auditorium.
My pipeline actually focuses on the dense reconstruction part, so I would need to start for some good poses, but I cannot recover them successfully with the available SfM pipelines.
Can I create the .log file anyway, so that I can upload and get the scores?
The text was updated successfully, but these errors were encountered: