/Room-Counter

Our HackGT 2020 Project

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Product Name

Room Counting Application

An automated approach for maintaining building occupancy guidelines during the pandemic.

Installation

Clone the repo:

git clone https://github.com/Arvind-Srinivasan/Room-Counter.git

Install the requirements:

pip install -r "requirements.txt"

Usage example

To run the application, run the following command:

python 'Room Counter.py'

Development setup

Deployment is to macOS apps using py2app. To run this, follow the steps on their website https://py2app.readthedocs.io/en/latest/

Credits

We used this implementation of retinanet, then trained with our own scripts

Our tracking algorithm is the SORT algorithm