Skip to content

Commit

Permalink
chore: type parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ediardo committed Oct 10, 2024
1 parent 34c6559 commit 4e4147a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def has_axis_gap(reference_bbox_1, reference_bbox_2, reference_axis):

return True

def find_reference_bboxes(detections, object_1_class_name, object_2_class_name):
def find_reference_bboxes(detections: sv.Detections, object_1_class_name: str, object_2_class_name: str):
reference_bbox_1 = None
reference_bbox_2 = None

Expand Down

0 comments on commit 4e4147a

Please sign in to comment.