Skip to content

Commit

Permalink
temp object filter change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Dec 1, 2024
1 parent 8d0360e commit 62b71dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def object_filter(self, image, bboxes):
of the top-left and bottom-right corners.
"""

return bboxes

detections = []
for bbox in bboxes:
x1, y1, x2, y2 = map(int, bbox)
Expand Down

0 comments on commit 62b71dc

Please sign in to comment.