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, you used data Loader from pytorch which require all images to be in separate folders each folder name should be a class name, and will contain all images of...

It's weird that the code "Training the RE-ID model" by using Market1501 dataset or Mars dataset. But applied the RE-ID model to MOT dataset for tracking?

I cut the video into frames, and the result, after executing the code, is all traced from the third frame

Hi, I am trying to compile NMS module by running "$ sh buid.sh" but I get this error : Traceback (most recent call last): File "build.py", line 58, in cmdclass={"build_ext":...

Hi! AWESOME work. I was browsing through the repo and saw that e.g. kalman filters are still using numpy heavily. I wonder if there is room for more performance gains...

Hi ..., Which IDE are you using? Best regards, PeterPham

I changed a little of your code to track every object classes (80 classes in coco.names) and tested it with my own video. In the results, some wrongly tracked objects...

Hi @ZQPei , currently I'm working on a tracking-by-detection project very related to deepsort. I've tried a lot to make your repo works for me. Do you mind rearrange your...