Search found 2 matches

by ael-mess
Thu Jul 15, 2021 2:13 pm
Forum: ESP-WHO
Topic: Object recognition with mobilenet
Replies: 2
Views: 39711

Re: Object recognition with mobilenet

Hello yehangyang, Thank you for your fast response, good to here that the v2 of the est-dl is coming. So you don't advise using the first release for new projects? I checked out the documentation of the v2_alpha and not all the layers are available. In my case, I will be missing the fully connected ...
by ael-mess
Thu Jul 15, 2021 9:41 am
Forum: ESP-WHO
Topic: Object recognition with mobilenet
Replies: 2
Views: 39711

Object recognition with mobilenet

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 dl_matrix3d_t *dl_matrix3duf_mobilenetxx() ? is it the CNN of the model or just ...