ML-KWS-for-MCU icon indicating copy to clipboard operation
ML-KWS-for-MCU copied to clipboard

Keyword spotting on Arm Cortex-M Microcontrollers

Results 53 ML-KWS-for-MCU issues
Sort by recently updated
recently updated
newest added

Hi, I am currently trying to test this project on different development kit and i would try with the i.mx rt1050. How could i easily compile the code for this...

@navsuda another issue is, when I run python quant_test.py --act_max 64 0 0 0 0 0 0 0 0 0 0 0 .... for ds-cnn model, I can get a...

Minimal language and typo corrections.

I'm trying to compile the simple kws inference program described in the deployment page. I get loads of "multiple definitions of XX" errors. Here is the first one: ``` Link:...

1、In the line 110-124 of file quant_models.py, exception is raised for recognized architecture type. However, only 'dnn' and 'ds_cnn' are considered. > Raises: Exception: If the architecture type isn't recognized....

The data dimension of each frame input during training is 40, and the dimension of each frame in the implementation process of the embedded end is 10, are the two...

realtime KWS using audio from STM32F4xx‘s 12 bit ADC & a microphone. Tested with Seeed Arch Max (STM32F407)

Hi, If I am not mistaken, test.py, tests the data-set on the checkpoint, and reports the results by forming confusion matrix. when I use test.py for DNN with my Data-set...

A issue I found in source code of quant_models.py: According the guide, I was trying to quantize ds-cnn model by command: python quant_test.py --act_max 0 0 0 0 0 0...