Hello,
I am following this guide: Edge Impulse and Balena in order to classify socks using a Raspberry Pi 3, Edge Impulse and Balena.
I have trained the model using three labels: pair, unpair and unknown and deployed the EdgeImpulse balenaCam project to the rpi 3 with balena.
It is deployed and works as expected.
Actually if I go to the local ip, I can see the live stream of the camera.
However the problem is that I see the default labels of the github project: flipflops, running, sneakers and unknown instead of my own: pair, unpair and unknown:
Why are the default labels not overriden?
How can I fix this?
Thank you for your time
Hey @stratosb I am facing the same problem too!
As per the latest updates from @mpous and some other people at Edge Impulse can you confirm that you have first build the model and exported as a .wasm file from the deployment tab in Edge Impulse studio and then started running it in the balena dashboard ?
Also did you get any errors while compilingâŚbecause I too got one error in the deployment tab.
Hi @arijit,
Thank you for your reply.
Yes I first built the model and exported the .wasm file.
However according to the guide, we wonât need this file since the project automatically downloads the model once itâs on the balenaCloud using our Edge Impulse API KEY and PROJECT ID.
What error did you get while compiling at the Edge Impulse dashboard or the Balena dashboard?
Hello @stratosb!
Well I do know that the blog post doesnât says so. Did you get any errors while compiling and exporting the .wasm library from the Edge Impulse studio ?
Thanks