This program does the counting of the vehicles from the source video using YOLOv8 detection and Tracking vehicles using ByteTrack
-
Clone the repository:
git clone https://github.com/rain2108/YOLO_ByteTrack.git
-
Install dependencies:
pip install ultralytics pip install supervision
-
Run the app:
python main.py --source_weights_path <yolo_weights> --source_video_path <video_path> --target_video_path <result_path> --confidence_threshold 0.1