ekut-es / pico-cnn

Lightweight C implementation of CNNs for Embedded Systems
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

feature request: load weights etc from header files instead of from files #4

Open amamory opened 4 years ago

amamory commented 4 years ago

Hi,

May I suggest a feature for pico-cnn ? I would be nice to have an option to have the weights saved into header files instead of binary files. This would be useful for small micro-controllers without filesystems.

perhaps a script to transform a giving input into header files as well. It would be useful for quick testing purposes. of course, for deployment the input would be read from some external interface (wifi, serial, etc).

cheers! Alexandre

k0nze commented 4 years ago

Hi, thanks for your feature request. We are currently working on a ARM Cortex-M4 port which will include this feature.