-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deep Sort Tracker integration #3030
Comments
I'm excited for this one! |
@BabuTango @LukeAI Hi, What is the advantage and disadvantage of SORT/DeepSort over CSRT(CSRDCF++) or SiamRPN? #3042 |
I don't know actually, maybe none. I'd just be excited to see integration of any high quality online/real-time tracker. |
@AlexeyAB Could you please add Deep Sort tracker for this YOLO implementation. |
@AlexeyAB We are waiting |
Chill out! :) They don't have to respond immediately to the dozens of issue comments and feature requests that come in to this repo. every day. You didn't respond to AlexeyABs question: What is the advantage and disadvantage of SORT/DeepSort over CSRT(CSRDCF++) or SiamRPN? |
hi @AlexeyAB,
I tried to integrate deep sort tracker (https://github.com/Qidian213/deep_sort_yolov3) in the darknet_video.py. But deep sort works on different image format and YOLO works on different image format.
Since both are working on different image format, bounding boxes are not thrown properly.
Can you please suggest any idea to integrate deep sort with YOLO (darknet_video.py)
The text was updated successfully, but these errors were encountered: