1

I have followed the instructions from TensorFlow lite to create an object detection application on Android, and my tflite model was successfully run when I tested it on a laptop. But when I replace the tflite model from the example app with my tflite model, it can't detect anything.

Is there anything else I need to do? Please help me, I've been stuck in this situation for a week.

Neucro
  • 252
  • 2
  • 6
Ahmad Adib
  • 21
  • 3

1 Answers1

0

Thankyou for the response. this case has been resolved. The real problem is that the model I'm using doesn't yet have metadata, so I have to run that metadata first.

Here's a guide for adding metadata.

Ahmad Adib
  • 21
  • 3