Object recognition with mobilenet
Posted: Thu Jul 15, 2021 9:41 am
Hello,
I have been reading the open sourced documentation on GitHub of the esp-dl library.
And I would like to implement a recognition algorithm based on mobilenet, but I am not sure on how to proceed.
What does exactly? is it the CNN of the model or just one depthwise separable operation? What are the steps taken in implementing the pretrained mobilenet model? And how to transfer the original weights to the ESP32?
If anyone could help I would appreciate it a lot!
Thanks,
I have been reading the open sourced documentation on GitHub of the esp-dl library.
And I would like to implement a recognition algorithm based on mobilenet, but I am not sure on how to proceed.
What does exactly
Code: Select all
dl_matrix3d_t *dl_matrix3duf_mobilenetxx()
If anyone could help I would appreciate it a lot!
Thanks,