Skip to content

A COVID-19 occupancy tracking application for the University of Waterloo

Notifications You must be signed in to change notification settings

rebecca-butler/WatCounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatCounts

WatCounts is a COVID-19 occupancy tracking application designed for the University of Waterloo. It uses a computer vision object tracking and detection algorithm to monitor the number of people entering and exiting a room. This information is recorded on a web app so students can plan their trips to the university and avoid areas of high occupancy.

The system is designed to run on a Raspberry Pi with a Camera Module.

Usage

Execute the following command from the src folder: python3 counter.py [-above]

Use the optional -above flag to indicate that the camera is positioned above the doorway. If the flag is not given, the camera is assumed to be beside the doorway.

Dependencies

  • OpenCV
  • imutils
  • numpy
  • picamera

About

A COVID-19 occupancy tracking application for the University of Waterloo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages