Richard

Results 34 comments of Richard

From the issue you linked to the error seems to have been caused by the Python environment. Are you able to try creating a fresh Python environment, installing mbed-cli and...

You would have to do the feature extraction within your pre-processing code, you can see an example of how to do this here: https://github.com/ARM-software/ML-examples/tree/506c941bebdeb55aedc1b8cc53f27c482cf67ec8/tflu-kws-cortex-m/kws_cortex_m/Source/MFCC or here: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/heads/main/source/application/api/use_case/kws/src/KwsProcessing.cc

The ML-Zoo repository is only for providing ML models for people to use. It isn't focused on showing complete end to end embedded applications. The links I provided above show...

Thanks for sending the paper link, I understand your question now. The answer is no we do not provide any implementation of this type of streaming. We only provide a...