Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mokira3d48/yoco

You Only Count Once (YOCO) is an algorithm for counting the number of vehicles in road traffic. It is based on the YOLO model.
https://github.com/mokira3d48/yoco

computer-vision object-detection object-tracking opencv yolo yolov8

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# You Only Count Once (YOCO)

## YOLOv8 model

```sh
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:

```sh
make install
```

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

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