Skip to content

Instantly share code, notes, and snippets.

@ssampang
Created July 3, 2017 03:04
Show Gist options
  • Save ssampang/53de073c2c9c0208d79c7a62b031fd88 to your computer and use it in GitHub Desktop.
Save ssampang/53de073c2c9c0208d79c7a62b031fd88 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): 4.295.
#landmark found: 0
...Generating SfM_Report.html
Bundle adjustment...
Bundle Adjustment statistics (approximated RMSE):
#views: 58
#poses: 0
#intrinsics: 1
#tracks: 0
#residuals: 0
Initial RMSE: -nan
Final RMSE: -nan
Time (s): 0.00164974
Found a sfm_data scene with:
#views: 58
#poses: 0
#intrinsics: 1
#tracks: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment