↓ 16 callersMethodupdate_tracking Update tracking state with new detections. Args: detections: List of YOLO detections [x1, y1, x2, y2, track_id, conf, cl
src/classes/tracking_state_manager.py:204
↓ 15 callersMethodstart_tracking(self, frame: np.ndarray, bbox: Tuple[int, int, int, int])
src/classes/trackers/kcf_kalman_tracker.py:98