XinghaoChen9 / LiveFaceReco_RaspberryPi

Face recognition and live estimation on Raspberry Pi 4B with average FPS around 20 and 2800+ faces loaded.
Other
177 stars 45 forks source link

Now working with thread video capture, directory dataset structure #12

Closed y9luiz closed 3 years ago

y9luiz commented 3 years ago

NEED C++17 SUPPORT AND G++ EQUALS OR HIGHER THAN 9 SET THE VARIABLE NCNN_ROOT_PATH IN THIS WAY cmake -DNCNN_ROOT_PATH=<your path of NCNN LIBRARY>

XinghaoChen9 commented 3 years ago

Thank you very much for contributing to this project.