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, thank you for this work! I want to run also sort and not deepsort. I think that I just need to make the match without features... Can you please...

Guys I have problems with installing the **requirements.txt** to setup the environment in order to be able to run deep_sort_pytorch. In particular I have encountered problems between opencv-python and numpy...

间隔3,5,7,9帧,对deepsort的影响,有参数可以调节嘛?

The ground truth format has changed. Hence the same evaluation code won't work, right? I ran this implementation on both MOT15 and MOT17 datasets. The results are in the same...

![](https://github.com/Single430/issuesFile/blob/master/vlcsnap-2020-11-25-15h15m26s555_LI%20(2).jpg?raw=true) 这样吗?这个需要修改 **yolov3_deepsort.py** ``` # select person class mask = cls_ids == 0 bbox_xywh = bbox_xywh[mask] # bbox dilation just in case bbox too small, delete this line if using...

HI! I convert the ckpt.pt mode to onnx. found the output feature different between torch and onnxruntime. If using "self.net.eval()", the result will be same. i confuse that dose the...