Skip to content

HackHajs/FoodQueueTimeStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published