Question/Issue: I am trying to deploy the image classification model on Raspberry pi 4 model B using the following command:
$ edge-impulse-linux-runner
But it is showing the error
Failed to run impulse Error: Unsupported architecture “aarch64”, only armv7l or aarch64 supported
for now.
I have installed a 32 bit Raspbian OS with aarch64 architecture.
Kindly guide me through this.
Thanks in advance!
Project ID: 152977
Context/Use case: Blur vs Clear Image Classification
Hey,
Thank you for the suggestion, I have now installed the 64 bit OS on the raspberry pi, I am able to connect the edge impulse account to raspberry pi but when now I run the command,
$ edge-impulse-linux-runner
It successfully downloads the model, but when the image classification starts, it throws another error saying, “Failed to run impulse Error: Cannot find any webcams”
While connecting edge impulse with the raspberry pi it was not detecting the camera connected to the Raspberry Pi (I am using Raspberry Pi Camera V2.).
Kindly help me through!
Thanks in advance!