Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-krishnan committed Aug 14, 2023
1 parent a6f83ce commit 8a9eac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsfm/two_view_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def get_two_view_reports_summary(
two_view_report_dict: Dict[Tuple[int, int], TwoViewEstimationReport],
images: List[Image],
) -> List[Dict[str, Any]]:
"""Converts the TwoViewEstimationReports for all image pairs to a Dict and saves it as JSON.
"""Converts the TwoViewEstimationReports to a summary dict for each image pair.
Args:
two_view_report_dict: Front-end metrics for pairs of images.
Expand Down

0 comments on commit 8a9eac2

Please sign in to comment.