- Clone the Repository vehicle-counting-yolov5
git clone https://github.com/mahimairaja/vehicle-counting-yolov5.git
cd vehicle-counting-yolov5
- Clone the legacy Yolo-v5 Repository
git clone https://github.com/ultralytics/yolov5.git
- Install the libraries
pip install -r requirements.txt
After completing the above steps your directory should look like somewhat as of below structure
vehicle-counting-yolov5
- deep_sort
- yolov5
- input.mp4
- yolov5s.pt
- tracker.py
- requirements.txt
python tracker.py
# This will download model weight - yolov5s.pt to base folder on first execution.