-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
F-score is lower compared to incremental reconstruction result #65
Comments
I think you aligned the sparse point clouds with the lidar scan to compute the F1 score. I wonder if it may relate to the SfM results' point density. Can you provide more details on the metrics between the incremental reconstruction and DAGSfM? e.g. the projection errors, number of recovered camera poses, and 3D points. Moreover, you may also need to show the reconstruction results through the modified GUI (The splitter camera poses and sparse point clouds) to inspect the visual artifacts. |
I think it may be sourced from the inaccuracy of the final alignment step of our DAGSfM. As pointed out in our recent paper AdaSfM: From Coarse Global to Fine Incremental Adaptive Structure from Motion, DAGSfM may suffer from its final alignment stage, especially when matching outliers exist. AdaSfM solved this by introducing priors from global SfM. If you already have lidar scans, then you already have global priors. Then I would like to suggest align the SfM results to the coordinate frame of the lidar scans. |
Thanks for your greate work. We tested your work on our own data. We use lidar pointcloud as our groundtruth. In our own data test, we found that the distributed reconstruction result had lower F-score compared with incremental reconstruction. Could you please give any advice?
The text was updated successfully, but these errors were encountered: