Created
July 3, 2017 03:04
-
-
Save ssampang/53de073c2c9c0208d79c7a62b031fd88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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