Is there a micropython library for face recognition? It is also ok to make C into mpy file. #16287
Replies: 5 comments
-
I could only find this video: https://www.youtube.com/watch?v=TA0dJf2njFQ |
Beta Was this translation helpful? Give feedback.
-
The OpenMV project has features like this, though that's targeting their own hardware as opposed to any generic micropython board. Do you have any particular hardware you're trying to use? |
Beta Was this translation helpful? Give feedback.
-
esp32s3
At 2024-11-23 17:30:52, "Andrew Leech" ***@***.***> wrote:
The OpenMV project has features like this, though that's targeting their own hardware as opposed to any generic micropython board. Do you have any particular hardware you're trying to use?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Depending on your requirement, an alternative way would be to use a Person Sensor. Cheap and very easy to integrate, though inappropriate if high reliability or security is a concern. |
Beta Was this translation helpful? Give feedback.
-
emlearn-micropython has support for Convolutional Neural Networks, which is the most commonly used machine learning model for face recognition. You will have to train the model yourself, however. This example illustrates the usage https://github.com/emlearn/emlearn-micropython/tree/master/examples/mnist_cnn |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a micropython library for face recognition? It is also ok to make C into mpy file.
Beta Was this translation helpful? Give feedback.
All reactions