This project performs real-time object detection and tracking using YOLOv8 and SORT.
- Object detection using YOLOv8
- Real-time tracking using SORT
- Bounding boxes around detected objects
- Unique tracking IDs for each object
- Video processing with OpenCV
- Python
- OpenCV
- YOLOv8
- SORT
- NumPy
object-detection-and-tracking/ │ ├── object_detection_and_tracking.ipynb ├── tracked_output.mp4 ├── requirements.txt └── README.md
-
Install dependencies: pip install -r requirements.txt
-
Run the notebook in Google Colab.
The system detects and tracks objects with unique IDs and saves the processed video.
Sri Priyanka S