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
I'm trying to use a custom-trained .tflite model with the MediaPipe Object Detection solution, but I'm not receiving any detection results at runtime. The app works fine with pre-trained models like efficientdet_lite0.tflite, but fails silently when I switch to my custom model.