Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 956 Bytes

File metadata and controls

19 lines (16 loc) · 956 Bytes

Food Queue Time Study

Static Badge Static Badge Static Badge

Setup

Enter the developement shell on the provided flake.

You'l need to grab the files needed for the pre-trained models:

cd models
curl -lO https://github.com/patrick013/Object-Detection---Yolov3/raw/refs/heads/master/model/yolov3.weights
curl -lO https://raw.githubusercontent.com/pjreddie/darknet/refs/heads/master/cfg/yolov3.cfg
curl -lO https://raw.githubusercontent.com/pjreddie/darknet/refs/heads/master/data/coco.names

Run

The project can be run with the following command:

python src/main.py