iou value for tracked object

This commit is contained in:
Josh Hawkins 2023-07-02 10:53:20 -05:00
parent 98c161bdde
commit 8f590bf5cc

View File

@ -250,7 +250,7 @@ class PtzAutoTracker:
self.tracked_object_previous[camera].obj_data["box"],
obj.obj_data["box"],
)
> 0.05
> 0.5
):
logger.debug(
f"Autotrack: Existing object (do NOT move ptz): {obj.obj_data['id']} {obj.obj_data['box']} {obj.obj_data['frame_time']}"