From 7c8df4fd4ffc703728bb040a2231a148150606f3 Mon Sep 17 00:00:00 2001 From: Filip Naiser <filip.naiser@gmail.com> Date: Wed, 15 Apr 2020 15:23:28 +0200 Subject: [PATCH] fixed docstring --- assignment_4_5_indexing_template/spatial_verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment_4_5_indexing_template/spatial_verification.py b/assignment_4_5_indexing_template/spatial_verification.py index 99012d0..1067425 100644 --- a/assignment_4_5_indexing_template/spatial_verification.py +++ b/assignment_4_5_indexing_template/spatial_verification.py @@ -12,7 +12,7 @@ def get_tentative_correspondencies( :param relevant_idxs: [num_imgs, ] :param max_tc: maximum tentative correspondences :param max_MxN: maximum pairs - :return: correspondencies np.ndarray of shape [num_correspondencies x 2] + :return: correspondencies np.ndarray of arrays of shape [num_correspondencies x 2] """ correspondencies = np.zeros((0, 2), dtype=np.int) -- GitLab