Skip to content

mich312/yolo_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yolo_counter

Count detections in images with yolo model. E.g. count people in images and store result in database.

Setup

  1. Setup PostgreSQL database by using setup.sql script
  2. Fill in Database credentials inside the main.py script.
  3. Add Webcam URLs to webcam_urls table.
  4. Download yolo weights and config from https://pjreddie.com/darknet/yolo/
  5. Schedule script to run repeatedly.

About

Count detections in images with yolo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages