tensorflow custom model not working
i have been trying to get a custom trained tensorflow object detection model (linked here:https://www.mediafire.com/file/7u9y0h7ctkn94eq/converted_model.tflite/file) to detect our game object for our robot but every time i try to run it, it gives this error
it works with the example model that is linked from the ftc website here: https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/tensorflow/CenterStage.tflite
i have tried looking at other posts for solutions such as changing the version or making sure that it is detection and not classification but none of them work.
can someone help?