espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
539 stars 117 forks source link

Can I get the code of the DL framework? #8

Closed geekboood closed 4 years ago

geekboood commented 5 years ago

Hi, currently I am trying to use ESP32 to run DL algorithms and my algorithm is a variant of MobileNet. I wonder whether I could get the code of this DL framework for further development. Thank you.

XiaochaoGONG commented 4 years ago

Hi, in the future we will release a simple guide to implement your own algorithms and models.

mattiantonini commented 4 years ago

Hi @XiaochaoGONG! Is there any update about the code release or how to implement custom models? Thanks,

Mattia

XiaochaoGONG commented 4 years ago

Hi all, please see 8a6e07ae102aeca1f3ee8d418804d8914952d4c9, it's a basic application to inspire implementing your own models.