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
Stratos