object_detection_flutter icon indicating copy to clipboard operation
object_detection_flutter copied to clipboard

Model returns no predictions

Open antz22 opened this issue 3 years ago • 2 comments

I'm not sure if this is a result of null safety issues or from outdated flutter code, but after I tried upgrading this repo myself to sound null safety, when I run the camera preview, there are no predictions outputted by the model.

I have followed everything in the article / blog but when I have the camera open on the HomeView, I don't see any bounding boxes when I go near any objects, and I just see a camera preview.

Is anyone else experiencing this issue? I have not attached any logs because the issue is that I can't see anything outputted.

antz22 avatar Nov 07 '21 00:11 antz22