Skip to content

Commit

Permalink
change for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Dec 7, 2024
1 parent 06727f9 commit fdddef3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def postprocess(self, confidence, bbox_array,raw_image: np.ndarray, velocity=0):
# y2 = int(y2 * raw_image.shape[0])

# detections.append((x1, y1, x2, y2))

detections = bbox_array

detections = self.object_filter(raw_image, detections) #color segmentation
detections = self.verify_object(raw_image, detections,velocity)
Expand Down

0 comments on commit fdddef3

Please sign in to comment.