roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.78k stars 744 forks source link

vehicle count notebook with supervison 0.13.0 #190

Closed grhaonan closed 9 months ago

grhaonan commented 10 months ago

new version of how-to-track-and-count-vehicles-with-yolov8.ipynb to use the latest Supervision

Description

Please include a summary of the change and which issue is fixed or implemented. Please also include relevant motivation and context (e.g. links, docs, tickets etc.).

List any dependencies that are required for this change.

Type of change

Please delete options that are not relevant.

How has this change been tested, please provide a testcase or example of how you tested the change?

I have tested it in colab

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs

SkalskiP commented 10 months ago

Hi, @grhaonan 👋🏻! Great initial version. Let's do a few additional things before we merge:

Changes in your notebook

Changes in legacy notebook

grhaonan commented 10 months ago

@SkalskiP thanks for your review and please see the latest commit included.

grhaonan commented 10 months ago

Good day @SkalskiP , any update on this? thanks

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

iturner72 commented 9 months ago

Good day @SkalskiP , any update on this? thanks

This worked perfectly for me on my M2 Macbook running locally, thanks for the refactor!

SkalskiP commented 9 months ago

@iturner72 It's awesome to hear that! 🔥

SkalskiP commented 9 months ago

@grhaonan, is there a chance you could accept CLA? I'd love to merge this PR. 🔥

grhaonan commented 9 months ago

@SkalskiP All accepted and thanks for your testing @iturner72

SkalskiP commented 9 months ago

Looks great! Merging! Thank you @grhaonan! 🙏🏻

grhaonan commented 9 months ago

Thank you all