You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
Hi,i dont understand the third and fourth part... is it ask us to find FACE_ALGORITHM and FACE_USERS in the config.py and change the following variables to "1" and "user name we set earlier" ? anyone to help will be appreciated
The text was updated successfully, but these errors were encountered:
Steps 3 and 4 are for adding environment variables to your unix shell. You just run the export commands from the same command line as you run python facerecognition.py
This is so you don't have to edit the python code and change the defaults in the code. The default FACE_ALGORITHM is probably the best. If you don't set the FACE_USERS I think the code defaults to using USER1, USER2, etc.
A quick google search indicates that yes you can set shell environment variables on Windows 10. If you're familiar with python, you may be better off just editing the code to set those two variables. Good luck.
Hi,i dont understand the third and fourth part... is it ask us to find FACE_ALGORITHM and FACE_USERS in the config.py and change the following variables to "1" and "user name we set earlier" ? anyone to help will be appreciated
The text was updated successfully, but these errors were encountered: