I’m using Object Detection Example from Tensorflow Lite:
All I’ve changed is that I am trying to use my own Custom Object Detection Model trained using YOLOv5. It is in .tflite format but it seems something is incompatible with Android
Please check the input and output shapes of the model and make sure they are matching with model requirements. Also from the error log it seems that Mobile SSD is used instead of YOLO.