Skip to content

Ee/wkf/efficientnetv2 integration#896

Merged
mraula merged 18 commits into
mainfrom
EE/WKF/efficientnetv2_integration
May 1, 2026
Merged

Ee/wkf/efficientnetv2 integration#896
mraula merged 18 commits into
mainfrom
EE/WKF/efficientnetv2_integration

Conversation

@KishanFW
Copy link
Copy Markdown
Collaborator

@KishanFW KishanFW commented May 1, 2026

I integrated the selected EfficientNetV2 TFLite model into the Engine-side inference path and validated preprocessing, class mapping, confidence output, and prediction.
The model now loads successfully inside the Docker Engine container with input shape [1, 1, 128, 313] and output shape [1, 123]. I also tested a real audio file inside the container, and it correctly predicted Acanthiza chrysorrhoa with 93.37% confidence.
Current blocker: the Engine reaches the MQTT connection stage but cannot resolve mqtt-broker:1883.
Error: CONNECTION ERROR: [Errno -2] Name or service not known
So the model side is working; the remaining issue seems to be Docker Compose/MQTT service-name or network configuration.

Copy link
Copy Markdown
Collaborator

@mraula mraula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything looks good

@mraula mraula merged commit 67438ee into main May 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants