deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

MOT using deepsort and yolov3 with pytorch

Results 120 deep_sort_pytorch issues
Sort by recently updated
recently updated
newest added

Hi, I have a question about the distance calculation on bbox and Re-ID feature。When calculating distance between two bbox(prediction and detection), the author use Mahalanobis distance. When calculating distance between...

Hi, the tracker object is holding information about the person id and the feature vector and this gets updated every frame. I'm trying to share this information among multiple camera...

I tried comparing the result between Yolov3-based and CenterNet-based(DLA34) deepsort, but MOTA and MOTP of CenterNet-based deepsort are lower than Yolov3-based's in MOT16. Does anyone know why? And can you...

My detect speed is about 5FPS, but my utilization rate of the GPU is very low--about 1%, what can I do to improve detect speed ?

I followed all steps in the quick start , but i get this following error. "Loading weights from ./detector/YOLOv3/weight/yolov3.weights... Done! Loading weights from ./deep_sort/deep/checkpoint/ckpt.t7... Done! [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff19000] moov atom...

envs: python3 pytorch1.1-gpu torchvision==0.3 (maskrcnn) cli@taurus:/data/cli/model_zoo/deep_sort/code$ python yolov3_deepsort_eval.py Traceback (most recent call last): File "yolov3_deepsort_eval.py", line 7, in from utils.log import logger ImportError: cannot import name 'logger'

In this project, you only track the person class. If I want to trak other kinds of the object, how to change the code?