update deps (#6093)

* update dev deps

* update deps

* docs deps

* python dev deps

* update python deps
This commit is contained in:
Blake Blackshear
2023-04-15 14:17:59 -05:00
committed by GitHub
parent a218d2f6ff
commit 15415bab10
17 changed files with 2467 additions and 2715 deletions

View File

@@ -162,7 +162,6 @@ def capture_frames(
current_frame: mp.Value,
stop_event: mp.Event,
):
frame_size = frame_shape[0] * frame_shape[1]
frame_rate = EventsPerSecond()
frame_rate.start()
@@ -594,7 +593,6 @@ def process_frames(
stop_event,
exit_on_empty: bool = False,
):
fps = process_info["process_fps"]
detection_fps = process_info["detection_fps"]
current_frame_time = process_info["detection_frame"]
@@ -748,7 +746,6 @@ def process_frames(
selected_objects = []
for group in detected_object_groups.values():
# apply non-maxima suppression to suppress weak, overlapping bounding boxes
# o[2] is the box of the object: xmin, ymin, xmax, ymax
# apply max/min to ensure values do not exceed the known frame size