You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code in bytetrack-opencv-onnxruntime/onnxruntime/cpp/src/BYTETracker.cpp script
if (track->score < this->high_thresh)
continue;
low score dets in the first frame will not use. is it right?
if so, is it necessary to Add a restriction, such as track->frame_id
Maybe I misunderstood it. Hope your reply.
have a nice day.
The text was updated successfully, but these errors were encountered:
the code in bytetrack-opencv-onnxruntime/onnxruntime/cpp/src/BYTETracker.cpp script
if (track->score < this->high_thresh)
continue;
low score dets in the first frame will not use. is it right?
if so, is it necessary to Add a restriction, such as track->frame_id
Maybe I misunderstood it. Hope your reply.
have a nice day.
The text was updated successfully, but these errors were encountered: