/TotemYOLO

Vision system for covid control totens inside UFSM.

Primary LanguagePythonMIT LicenseMIT

TotemYOLO

Vision system for covid control totems inside the UFSM.


Objective

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.

Setup

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

Example

TotemUFSM

If you liked this repository, please don't forget to starred it!