fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
e5c4d8e3b9
commit
484e53324e
|
|
@ -30,11 +30,13 @@ def process_video(
|
|||
detections = tracker.update_with_detections(detections)
|
||||
|
||||
annotated_frame = box_annotator.annotate(
|
||||
scene=frame.copy(), detections=detections)
|
||||
|
||||
scene=frame.copy(), detections=detections
|
||||
)
|
||||
|
||||
annotated_labeled_frame = label_annotator.annotate(
|
||||
scene=annotated_frame, detections=detections)
|
||||
|
||||
scene=annotated_frame, detections=detections
|
||||
)
|
||||
|
||||
sink.write_frame(frame=annotated_labeled_frame)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue