tensorturtle / classy-sort-yolov5

Ready-to-use realtime multi-object tracker that works for any object category. YOLOv5 + SORT implementation.
GNU General Public License v3.0
110 stars 29 forks source link

IDs keep accumulating instead of starting from 1 #14

Open williamzhao95 opened 2 years ago

williamzhao95 commented 2 years ago

I want to track multiple videos, using a for loop to create a new Sort class for each one, but the IDs keep adding up instead of starting at 1.

tensorturtle commented 2 years ago

Hi, thanks for your interest. To help me help you, please write a more informative issue. For example, include a video, or a code sample that points to your problem and what it does & what you expect it to do.