Skip to content
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

Open
MuhammadAsadJaved opened this issue Sep 21, 2020 · 10 comments
Open

Yolov3 (for different classes) + GOTURN #4

MuhammadAsadJaved opened this issue Sep 21, 2020 · 10 comments

Comments

@MuhammadAsadJaved
Copy link

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?

@Boinet
Copy link
Collaborator

Boinet commented Sep 21, 2020

Hi @MuhammadAsadJaved,
Thanks for your interest.
Indeed this project combining GOturn ans yolo seems to be a good fit for your application.
What you need to do:

  • train yolo v3 on pedestrians or whatever object you wish to detect and track. (If you already trained yolo you do not need to retrain it)
  • for multiple targets, and classes, the code would need a little adaptation, but I don’t think it’ll be too much trouble.
  • use our code

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,

@MuhammadAsadJaved
Copy link
Author

@Boinet OK. Thank you so much.

@GOBish
Copy link

GOBish commented Sep 21, 2020

@MuhammadAsadJaved if you could share your code and process if you complete this successfully it would be greatly appreciated.

@MuhammadAsadJaved
Copy link
Author

@GOBish OK. Sure.

@MuhammadAsadJaved
Copy link
Author

@GOBish Please read issue #7 , I have explained the required libraries and installation method in the last comment.

@GOBish
Copy link

GOBish commented Sep 25, 2020

Thanks! Do you know if OpenCV versions 4+ would work?

@MuhammadAsadJaved
Copy link
Author

MuhammadAsadJaved commented Sep 25, 2020 via email

@MuhammadAsadJaved
Copy link
Author

@GOBish Is there any update?

@GOBish
Copy link

GOBish commented Sep 29, 2020

not yet, will update you as soon as I get up to that step.

@MuhammadAsadJaved
Copy link
Author

OK. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants