-
Notifications
You must be signed in to change notification settings - Fork 40
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
Yolov3 (for different classes) + GOTURN #4
Comments
Hi @MuhammadAsadJaved,
Fyi: the goturn is a general purpose network, meaning that it is trained to track every kind of objects. Hence you won’t need to retrain it. Good luck, |
@Boinet OK. Thank you so much. |
@MuhammadAsadJaved if you could share your code and process if you complete this successfully it would be greatly appreciated. |
@GOBish OK. Sure. |
Thanks! Do you know if OpenCV versions 4+ would work? |
It should be fine. You can have a try.
…On Fri, Sep 25, 2020 at 7:40 PM GOBish ***@***.***> wrote:
Thanks! Do you know if OpenCV versions 4+ would work?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG4GR5FRU3ZTE4RDSZDC4WTSHR6S7ANCNFSM4RUBG5JA>
.
|
@GOBish Is there any update? |
not yet, will update you as soon as I get up to that step. |
OK. Thank you |
Hi,
Thanks for this great work. I have a question. I am trying Yolov3(detecting person and car) +DeepSort in Xavier NX. But the speed is very slow. Maximum 10 FPS with TRT optimization.
So can I combine the GOTURN tracker with my YOLOV3 for this task? Can this also track person and car or I need to train tracker as well?
Does the more number of classes , i.e 6 classes will affect the speed too much?
The text was updated successfully, but these errors were encountered: