Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Track & Count Objects Using YOLOv8, ByteTrack & Supervision
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Setting up the Python environment for vehicle tracking
- 3 Using YOLOv8 for vehicle detection
- 4 Building custom inference pipeline with Supervision for a single image
- 5 Building custom inference pipeline with Supervision for a whole video
- 6 Tracking detections with ByteTrack
- 7 Counting objects crossing the line with Supervision
- 8 Training YOLOv8 Object Detection model on custom dataset
- 9 Detect, track, and count candies on the conveyor
- 10 Conclusion