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

Adding a YOLOv9 Implementation Notebook to Help New Users #84

Closed
deepinvalue opened this issue Feb 26, 2024 · 3 comments
Closed

Adding a YOLOv9 Implementation Notebook to Help New Users #84

deepinvalue opened this issue Feb 26, 2024 · 3 comments

Comments

@deepinvalue
Copy link

I've been playing around with YOLOv9 since it's out and noticed there aren't many resources yet for beginners. So, I put together a Jupyter Notebook that covers the basics of getting started with detection, tracking, and counting using YOLOv9 and the Supervision library.

It's pretty straightforward and includes:

  • How to set up YOLOv9 for object detection.
  • Steps for real-time object tracking.
  • Counting objects, and even doing so in selected areas.
  • Extending the Supervision library to work with YOLOv9.
  • Some basic video processing techniques.

It might be useful for others who are new to YOLOv9 or looking for ways to get started with their projects. I'm suggesting we could add a link to this notebook in the README or wherever you think it fits best for community resources. It could be a nice way to help folks get up to speed.

You can check out the notebook here: deepinvalue/yolov9-supervision-tracking-counting

@migsdigs
Copy link

Hi there,

I am particularly interested in the object tracking. I have not seen any example of performance, although I think I will play around with your Notebook. Can you comment on multi-object tracking and if it support object ID persistance please?

Thank you

@WongKinYiu
Copy link
Owner

added to readme.

readme also contains yolov9+bytetrack, which is a mot framework.

@deepinvalue
Copy link
Author

@migsdigs Sure, I have used ByteTrack (as included in Supervision) for multi-object tracking. I believe it supports ID persistence. I have now included a simple demonstration GIF in readme. Check it out!

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