Skip to content
Snippets Groups Projects
Commit 7c8df4fd authored by Filip Naiser's avatar Filip Naiser
Browse files

fixed docstring

parent 20f6fa71
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment