Hi everyone,
I’m experiencing an issue with my Edge Impulse model deployment on ESP32S3. The model compiles successfully, but it’s producing random/incorrect classification results when running on the device. Interestingly, the exact same model works perfectly when testing through the Edge Impulse web interface.
Technical details:
- Device: ESP32S3
- Type: Classification model
- Build: Successful compilation
- Issue: Inconsistent/random classification results on device
- Web inference: Working correctly with expected results
Has anyone encountered similar behavior?