deep_sort_pytorch
deep_sort_pytorch copied to clipboard
MOT using deepsort and yolov3 with pytorch
Hello, I have found out that deep sort do re-assign ids after original object is out of frames for long time, how to prevent this? I mean I want to...
Even if I don't use the --fastreid and --mmdet it is still giving me a lot of bugs such as no module named mmdet. How to solve this?
Can it only be trained on the pedestrian dataset? Can I train on my own dataset? How to train?ask for help,thanks!
I would like to use deep sort algorithm to track hrape bunches across vineyards. I already produce the detections for each frame of the video. What types of input this...
Hi, If I want to train and detect on 256X256 I need to replace every appearance of 64 128 in every .py in the project , correct? when I do...
why dose the top1correct indicator can get from using `res = scores.topk(5, dim=1)[1][:,0]` as the code below? ``` res = scores.topk(5, dim=1)[1][:,0] top1correct = gl[res].eq(ql).sum().item() ``` why not using `res...
i test the reid model 'ckpt.t7' on Market1501 but only got mAP: 24.8% , can you share your test result ? @ZQPei
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...