Skip to content

Commit

Permalink
temp utils change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Dec 1, 2024
1 parent cee810a commit 8d0360e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ def verify_object(self, raw_image, bboxes, velocity=0):
list of list of int: A list of adjusted bounding boxes that are within the shifted ROI.
"""

return bboxes

velocity = int(velocity)
roi_x1,roi_y1,roi_x2,roi_y2 = self.get_roi_coordinates(image=raw_image)
shifted_roi_x1 = roi_x1 - velocity
Expand Down

0 comments on commit 8d0360e

Please sign in to comment.