Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 621 Bytes

You Only Count Once (YOCO)

YOLOv8 model

wget -c https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8s.pt

Requirements

package name version
numpy 1.26.2
pandas 2.2.1
opencv-contrib-python 4.8.1.78
ultralytics 8.0.229
opencv-contrib-python 4.8.1.78

Execute the following command to install requirements:

make install

Run

To run the program, execute the main script using a video file.

python main.py ./path/to/video.mp4