Room Counting Application
An automated approach for maintaining building occupancy guidelines during the pandemic.
Clone the repo:
git clone https://github.com/Arvind-Srinivasan/Room-Counter.git
Install the requirements:
pip install -r "requirements.txt"
To run the application, run the following command:
python 'Room Counter.py'
Deployment is to macOS apps using py2app. To run this, follow the steps on their website https://py2app.readthedocs.io/en/latest/
We used this implementation of retinanet, then trained with our own scripts
Our tracking algorithm is the SORT algorithm