Speech Recognition on iMX8M Plus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am currently working on Speech Recognition on Embedded system and the iMX8M Plus seems to be a fine option with its NPU. In "i.MX 8M Plus Applications Processor Datasheet for Industrial Products" it is mentionned that the NPU could be use to accelerate the inference and do so :
"Neutral Processing Unit (NPU) 2.3 TOP/s Neural Network performance
• Keyword detect, noise reduction, beamforming
• Speech recognition (i.e. Deep Speech 2)
• Image recognition (i.e. ResNet-50)"
However, I cannot seem to make it work, nor can I find an example on the topic.
Has anyone already worked on this solution ? How can I use the NPU to accelerate the inférence ? I am currently using tflite as follows :
"import tflite_runtime.interpreter as tflite
...
WARNING: Fallback unsupported op 32 to TfLite
WARNING: Fallback unsupported op 32 to TfLite
WARNING: dynamic shape in not support in reshape.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: hybrid data type is not supported in fullyconnected.
ERROR: String input is not supported
ERROR: String input is not supported
Model loaded
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Voice Intelligent Technology (VIT) library and voice control software package is delivered via the MCUXpresso SDK or Linux BSP.
When you choose SDK library, you need choose VoiceSpot and VoiceSeeker.
For VIT User Guide, you can find it in the next link. Also, please refer below website and download Low Power Voice UI Demo.pdf
Best regards.
