This project implements object detection and tracking using YOLOWorld and ByteTrack. Users can upload videos and specify classes for detection, making it suitable for various applications in computer vision.
- Detect and track objects in videos.
- User-friendly Gradio interface for easy interaction.
- Supports multiple classes for detection based on user input.
To set up the project, follow these steps:
git clone https://github.com/imane0x/DetectAndTrack.git
cd DetectAndTrackpip install -r requirements.txtpython app.py - Detecting and tracking people, handbags and backpacks.
