Hi Team,
coming to the point, i was using edge impulse APIs to
- create impusle,
- configure spectral analysis,
- generate features,
- train neural networks and
- build and deploy model
so in the edge impulse studio model generated with 97% accuracy and live classification is also happening well. but when it deployed to the board, i was unable to get the predictions. instead getting the below:
ERR: Failed to run DSP process (-1014)
run_classifier returned: -5
Failed to run classifier
the other thing is that, when going through the above five steps with EI studio GUI, i can be able to get the predictions properly and no errors.
can anybody please help.
Hardware using: nRF9160 with Accelerometer sensor.
Regards,
Venkatesh K.
Hi @VENKATESH - you mention the APIs, but then also mention that the error is when running on device. So to clarify, when you build the model through the API and deploy to the board it errors out, but if you build in Studio and deploy to the board, it runs fine?
To me it sounds like you are having issues running the SDK on your device, and this isn’t related to the API as you’ve mentioned in the title of your post. Let me know!
Hi @brianmcfadden - the issue is from EI sdk i was downloading. cause the DSP configuration through the API. as i was not selecting correct steps in that stage.
and afterwards, i can be able to get the model correctly and running good on my device.
Very thanks to you to be responded when in need,
Venkatesh k.
1 Like