A real-time Object Detection and Tracking System built using YOLOv8 and DeepSORT.
The system detects objects from a webcam feed and assigns unique tracking IDs to maintain object identities across frames.
- Real-time Object Detection
- Real-time Object Tracking
- YOLOv8 Integration
- DeepSORT Tracking
- FPS Counter
- Object Counter
- Video Recording
- Webcam Support
- Python
- OpenCV
- YOLOv8
- DeepSORT
- NumPy
pip install -r requirements.txtRun:
python object_tracking_final.py- Multi-camera tracking
- Face recognition integration
- Streamlit deployment
- Cloud deployment
Anurag Sahu