ZQPei / deep_sort_pytorch

MOT using deepsort and yolov3 with pytorch
MIT License
2.83k stars 727 forks source link

[feature] support Mask_RCNN and fix bugs #274

Closed cjliu01 closed 6 months ago

cjliu01 commented 6 months ago

Added previous PR(https://github.com/ZQPei/deep_sort_pytorch/pull/262).

ZQPei commented 6 months ago

Added previous PR(#262).

Great job!

cjliu01 commented 6 months ago

Added previous PR(#262).

Great job!

You can also close PR(https://github.com/ZQPei/deep_sort_pytorch/pull/262), the interface and result are consistent. Adding the complete mask_rcnn code, it is more flexible than directly using the model in torchvision.models.

cjliu01 commented 6 months ago

I didn't save the masks for each frame, and I don't think it's a good idea for tracking tasks.