You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that involves using MicroPython and a Convolutional Neural Network (CNN) for face recognition. I already have the model saved in a .tflite format. However, I am struggling to find a way to import and use the .tflite file in MicroPython.
I have tried:
Importing TensorFlow (import tensorflow as tf), but TensorFlow isn't supported in MicroPython.
Searching online for solutions or libraries that might work with MicroPython, but I haven't found a clear answer.
Are there any alternatives or lightweight libraries available for MicroPython that can run a .tflite model? If not, are there other approaches I can consider for deploying face recognition in MicroPython?
Any advice or suggestions would be greatly appreciated!
Also, I have the possibilte of change the .tflite to an .h5
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a project that involves using MicroPython and a Convolutional Neural Network (CNN) for face recognition. I already have the model saved in a .tflite format. However, I am struggling to find a way to import and use the .tflite file in MicroPython.
I have tried:
Importing TensorFlow (import tensorflow as tf), but TensorFlow isn't supported in MicroPython.
Searching online for solutions or libraries that might work with MicroPython, but I haven't found a clear answer.
Are there any alternatives or lightweight libraries available for MicroPython that can run a .tflite model? If not, are there other approaches I can consider for deploying face recognition in MicroPython?
Any advice or suggestions would be greatly appreciated!
Also, I have the possibilte of change the .tflite to an .h5
Imi using an ESP32 PSRAM Timer Camera X from M5
Beta Was this translation helpful? Give feedback.
All reactions