Skip to content

Commit

Permalink
feat: print the number of matched points
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Sep 15, 2024
1 parent 594e714 commit 47bccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfishsensedev/plane_detector/slate_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _get_template_matches(self):
numpy_image_to_torch(self.image)
)

print("Done")
print(f"{feats0_matches.size()}, {feats1_matches.size()}")

def _get_points_image_space(self):
pass
Expand Down

0 comments on commit 47bccb2

Please sign in to comment.