This commit is contained in:
2026-03-31 16:28:57 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -355,6 +355,7 @@ class KadianDetector:
self.car_enter_pending[tid] = {
'first_seen': self.current_frame_idx,
'last_seen': self.current_frame_idx,
'last_seen_time': current_time_sec,
'frames_count': 1,
'last_box': [x1, y1, x2, y2],
}