Skip to content

You Only Count Once (YOCO) is an algorithm for counting the number of vehicles in road traffic. It is based on the YOLO model.

Notifications You must be signed in to change notification settings

mokira3d48/YOCO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

You Only Count Once (YOCO) is an algorithm for counting the number of vehicles in road traffic. It is based on the YOLO model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published