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 find that NMS has been used twice. First, to detect the object bbox, yolov3 employs the NMS on the all detected objects, and return `bbox_xywh`, `cls_conf` and `cls_ids`,...

Hello, happy new year! Thanks for sharing the codes. Can I use these codes to track my own detections? Because I have obtained the detections from the front-end detector, so...

I know that you made some modifications on the vanilla deep sort and your repo is working just fine. But as i checked the paper for deep sort, saw that...

After installing `mmdet` and `mmcv` by myself, an error occurs: > ModuleNotFoundError: No module named 'mmcv._ext This error for `mmdet==0.6.0` and `mmcv==0.6.2`: > ImportError: cannot import name 'deform_conv_cuda' Enviroment: -...

I still do not understand why we need 751 classes for just extractor feature of persons? ``` ~/Desktop/deep_sort_pytorch/deep_sort/deep$ python train.py --resume Loading from checkpoint/ckpt.t7 Traceback (most recent call last): File...

I have changed the `torchvision.transforms.RandomCrop((128,64),padding=4)` to `torchvision.transforms.Resize((128,64))` as in [transform_test](https://github.com/ZQPei/deep_sort_pytorch/blob/4c2d86229b0b69316af67d519f8476eee69c9b20/deep_sort/deep/train.py#L37) (because my image size is small) And when I changed it to square, there's problem appears: `RuntimeError: mat1 and mat2...

for some video frames throws above exception from `bbox_tlwh[:,0] = bbox_xywh[:,0] - bbox_xywh[:,2]/2.` line

Dear @ZQPei I evaluated the performance using MOT16 training datasets and got the following result, just wondering is it reasonable? IDF1 IDP IDR Rcll Prcn GT MT PT ML FP...

I try to build the nms on windows. It send me an error that shows below. ![image](https://user-images.githubusercontent.com/10016227/133871476-044d8409-1199-4886-9f4e-cbb86db9f6c7.png) ![image](https://user-images.githubusercontent.com/10016227/133871479-2ce014e7-9e49-48e3-a0e9-7b14ffbea1d3.png) ![image](https://user-images.githubusercontent.com/10016227/133871485-6b44567f-4a31-43c5-9443-7df54844ce26.png) This is my library details. ![image](https://user-images.githubusercontent.com/10016227/133871531-1472bdf2-64a3-4ec3-a18f-fcf6026fefb2.png)

![image](https://user-images.githubusercontent.com/39071957/131487789-5a97711f-25b7-4117-9693-0ab74b3012de.png) ![image](https://user-images.githubusercontent.com/39071957/131488008-e6454839-8999-44e2-95fb-796d77349791.png) ![image](https://user-images.githubusercontent.com/39071957/131488058-57c23c61-6e42-4e67-8a7d-c4f4358dded2.png) ![image](https://user-images.githubusercontent.com/39071957/131488104-13bac1ae-dd79-4f67-bc99-8d0b7482e1c5.png) the white box is predicted by yolo,color box is predicted by Kalman filter