No description
NO FUNCTIONAL CHANGES; same project as before. Switched from RPIO (deprecated) to RPi.GPIO. Some cv2 calls are updated for current classes & functions. Minor changes throughout to pass pylint. Code reformatted w/black. Removed install_dependencies.sh; full directions in guide instead. |
||
|---|---|---|
| training/negative | ||
| .gitignore | ||
| box.py | ||
| capture_positives.py | ||
| config.py | ||
| face.py | ||
| haarcascade_frontalface_alt.xml | ||
| haarcascade_frontalface_alt2.xml | ||
| hardware.py | ||
| LICENSE | ||
| picam.py | ||
| README.md | ||
| servo.py | ||
| train.py | ||
| webcam.py | ||
Raspberry Pi Face Recognition Treasure Box
Raspberry Pi powered box which uses face recognition with OpenCV to lock and unlock itself. See the tutorial on the Adafruit learning system.