Question/Issue: My image classification works well on Edge Impulse website, but fails when I deploy to a Linux x86 computer.
Project ID: 107572 / DuckDetector
Context/Use case: I have an IP camera focused on a dock. It is looking for ducks. I bring in raw images via RSTP and Opencv. I collected 88 images of various ducks on the dock in different lighting conditions and there is 1 image with no ducks present. I developed a 320x320 image detection model and it works great on the Edge Impluse website.
I then clicked on Deployment, Linux (x86), Quantized model and then Build. This creates a *.eim model for download. I run this model with the provided Python example classify-image.py. It seems no matter what image I give it, it always says ducks are present with high confidence.
What am I doing wrong, or is there a bug in the system?