Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
@heidi.tech it is possible to make a model to generate a dynamic face bitmap for small oled for esp32?
For the model, do you want a machine learning model!
Or you can Use predefined bitmap arrays for different facial expressions
You can use esp32cam to take photo of the face and then convert it to bmp
I want to generate a bitmap of a robot face which I like eyes and a smile, for the oled , on the sensor input,
You can search it on Google and check dasai mochi
like a dasai mochi
I want to make that with tinyML
Cute lol
But let me make sure i understand
Is it possible?
Yes it is possible
Of human face
And express it in robot face
You want to make face emotions
Oh yes sure, i don’t why i assume camera π
Ah!… I want to make the emotions according to the sensor reading like if you shake it shows a dizzy face, or if the sensor gives a smooth gyroscope reading which is like moving then It generate a smiling face,
Yeah!.. I am not adding any camera currently.
And display the results
We did similar project with taj and zack , hand gestures recognition with gyroscope and esoliscop, but in your case you will only train gyroscope movement
So is it like?
Gyroscope input –> gyroscope model output –> “moving” input this –> bitmap model –> “bitmap values” for display
?
a model to generate a bitmap file which has the robot face , which is now use to display on oled
!.. idk whether I am able to explain or not, what I want to do
How to make this bitmap model?
What do you mean with bitmap model
Yes that is a plan
I found a dataset of bitmap , size of 19gb
Or how much you got me
So you want to make robot emotions face for gyroscope movement
I want it to generate dynamically
Rather than making bitmap model you can is draw a robot face directly on ESP32 OLED using C++ and the Adafruit GFX library.
Yes
But don’t want to use already drawn faces
And you want to use tinyml
So that people can have different outputs for their input,
CONTRIBUTE TO THIS THREAD