From 4f398a659356f7f44dac5985a8df829eaf3c626f Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Thu, 12 Mar 2026 10:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0last=5Fseen=5Ftime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biz/checkpoint/checkpoint_biz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/biz/checkpoint/checkpoint_biz.py b/biz/checkpoint/checkpoint_biz.py index 74ad8df..6447757 100644 --- a/biz/checkpoint/checkpoint_biz.py +++ b/biz/checkpoint/checkpoint_biz.py @@ -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], }