Open
Description
I'm using the example Face_recognition of the library EloquentEsp32cam
I have no trouble on compilation and it starts fine on ESP32S3 CAM but it is very inaccurate with Face recognition.
I get several face recognized that are not right.
I'm using my face stored and when I point to any face from a random pic in my PC monitor most of the time I got my face recognized.
Is there any improvement I can do?
Ive used the ESP32 Camera web server and it is working better, I mean no false positives but I don't want the web server running on ESP32 and your library is a very good option if not where for the false recognition.
Any help will be appreciated.