You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
I downloaded the salad.tflite file from this repo android assets file and tried to use it in my own android app but the model is not detecting anything.
It is giving the below given error
Failed to initialize detector. Unexpected number of dimensions for output index 0: got 3D, expected either 2D (BxN with B=1) or 4D (BxHxWxN with B=1, W=1, H=1).
I didn't change the model.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I downloaded the salad.tflite file from this repo android assets file and tried to use it in my own android app but the model is not detecting anything.
It is giving the below given error
I didn't change the model.
The text was updated successfully, but these errors were encountered: