🔍The moment gets exciting when we put YOLO V8 models to the test and build something useful with them.
🚗We'll explore two use cases: counting cars moving on the street and counting objects on a conveyor.
🔧With the right tooling, building an object detection, tracking, and counting system becomes like connecting small Lego blocks.
📸We'll use the latest YOLO V8 model for object detection, the byte track for tracking, and the supervision library for counting.
✨The code used in both use cases is the same, making it easy to reuse in your own projects.