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.