Hello everyone,
I am doing an Internship and my speciality is Java/Javascript. However, at work they proposed that we implement real-time face recognition features similar to the ones here:
https://github.com/Microsoft/Cognitive-Samples-IntelligentKiosk
I am running on Windows 10, so I just cloned and compiled in Visual Studio 2017 as suggested but there appear to be 2 issues:
1) I cannot use real-time face features. It works on the basis of snipping a photo and analyze.
2) I want it to be able to run on a Raspberry PI (I have model 3).
Can I ask for your advice as how to proceed?
Thank you!