Page 1 of 1

Cat Recognition?

Posted: Sun Feb 18, 2024 11:48 pm
by gamename
I'm thinking of getting the ESP32-S3-EYE for a specialized application. What I'll need to do is recognize if there is a cat (not a specific one, just any cat) being detected by the camera. Is that possible? Is there any code that approximates it as a starting point for me?

Thanks,
-T

Re: Cat Recognition?

Posted: Mon Feb 19, 2024 2:55 am
by ESP_Sandra

Re: Cat Recognition?

Posted: Mon Feb 19, 2024 4:07 pm
by gamename
ESP_Sandra wrote:
Mon Feb 19, 2024 2:55 am
Hi,
Here's an example: https://github.com/espressif/esp-who/tr ... _detection
Thanks!