Implementation of vision system for covid-19 totems control through real-time facial mask detection. This approach seeks to work effectively on low-cost hardware, such as the Jetson Nano B01, 4gb RAM memory version.
To setup your system just use git clone command, all the files are included in this repository. To do it, use:
git clone https://github.com/victorkich/TotemUFSM/
All of requirements is show in the badgets above, but if you want to install all of them, enter the repository and execute the following line of code:
pip3 install -r requirements.txt
If you want the program run at the system startup, use the following code to setup the startup settings using pm2:
sudo ./setup.sh
For test in your own computer, just type the following line of code:
python3 totem.py
If you liked this repository, please don't forget to starred it!