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
5.27k stars 814 forks source link

Modernize: How to Detect and Count Objects in Zone #281

Closed LinasKo closed 3 months ago

LinasKo commented 4 months ago

Description

Updated notebook: "How to Detect and Count Objects in Zone" to use latest supervision API (0.20.0)

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?

Ran locally, but did NOT check if Colab was built successfully.

Any specific deployment considerations

I did not have nvcc, so one field returns a "nvcc not found" response.

Was this originally run in Colab and then imported into the repo?

Docs

SkalskiP commented 3 months ago

Hi @LinasKo! 👋🏻 Awesome work! I proactively approved it, but it would be great if you could fix those two things:

Screenshot 2024-06-13 at 14 31 21 Screenshot 2024-06-13 at 14 31 10 Screenshot 2024-06-13 at 14 31 37 Screenshot 2024-06-13 at 14 31 29
LinasKo commented 3 months ago

Will do, thanks!

LinasKo commented 3 months ago

Addressed. @SkalskiP, could you merge this, please? I don't have write access, it seems.