Skip to content

Instantly share code, notes, and snippets.

@ssampang
Created July 3, 2017 03:06
Show Gist options
  • Save ssampang/fb96e515fdb187ee7e95d6c6d1aaeac5 to your computer and use it in GitHub Desktop.
Save ssampang/fb96e515fdb187ee7e95d6c6d1aaeac5 to your computer and use it in GitHub Desktop.
Compute Structure from the provided poses
- Regions Loading -
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Loaded a sfm_data scene with:
#views: 58
#poses: 58
#intrinsics: 1
#tracks: 0
Compute pairwise fundamental guided matching:
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Per triplet tracks validation (discard spurious correspondences):
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Tracks to structure conversion:
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Structure estimation took (s): 15.367.
#landmark found: 37039
...Generating SfM_Report.html
Bundle adjustment...
Bundle Adjustment statistics (approximated RMSE):
#views: 58
#poses: 58
#intrinsics: 1
#tracks: 37039
#residuals: 316512
Initial RMSE: 0.336358
Final RMSE: 0.323181
Time (s): 2.35864
Found a sfm_data scene with:
#views: 58
#poses: 58
#intrinsics: 1
#tracks: 37039
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment