Remove start_frame from ByteTrack
This commit is contained in:
parent
d3210ed0cc
commit
9eee76a6d1
|
|
@ -49,7 +49,6 @@ class ByteTrack:
|
|||
self.minimum_matching_threshold = minimum_matching_threshold
|
||||
|
||||
self.frame_id = 0
|
||||
self.start_frame = 0
|
||||
self.det_thresh = self.track_activation_threshold + 0.1
|
||||
self.max_time_lost = int(frame_rate / 30.0 * lost_track_buffer)
|
||||
self.minimum_consecutive_frames = minimum_consecutive_frames
|
||||
|
|
|
|||
Loading…
Reference in New Issue