edgeimpulse / multi-impulse-deployment-block

Merge multiple impulses
Apache License 2.0
0 stars 1 forks source link

Build as non-EON compiled project #3

Open quicksketch opened 3 months ago

quicksketch commented 3 months ago

Is this script capable (or planning to be capable) of compiling a non-EON multi impulse?

I'm fairly new to Edge Impulse but from the documentation on multi-impulses, the naming the tflite_model_compiled.cpp file indicates the generated output is EON compiled rather than tflite-compatible. For me, memory usage is not as important as processing time, and a non-EON compilation would be preferable.

AIWintermuteAI commented 1 day ago

Preliminary support is added in https://github.com/edgeimpulse/multi-impulse-deployment-block/pull/4 and more work is underway in https://github.com/edgeimpulse/multi-impulse-deployment-block/pull/6

quicksketch commented 1 day ago

Awesome, thanks for the update!