Skip to content

Commit

Permalink
remove stale print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
senselessdev1 committed Aug 6, 2023
1 parent 7fb8630 commit 6d3ca41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gtsfm/two_view_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def __get_2view_report_from_results(
R_error_deg, U_error_deg = compute_relative_pose_metrics(
i2Ri1_computed, i2Ui1_computed, gt_camera_i1.pose(), gt_camera_i2.pose()
)
print(f"Two view estimator: [R error deg] {R_error_deg}, [U error deg] {U_error_deg}")
# TODO: add support for other camera models
if isinstance(gt_camera_i1, PinholeCameraCal3Bundler) and isinstance(
gt_camera_i2, PinholeCameraCal3Bundler
Expand Down

0 comments on commit 6d3ca41

Please sign in to comment.