I am trying to evaluate Object detection model performance on TI Edge AI. I have been getting some weird issues.
- Sometimes the Kernel dies when compiling the model.
- While compiling bad alloc issue came a couple of times at line "interpreter = tflite.Interpreter(model_path=fptflite_model_path, experimental_delegates=tidl_delegate)"
- If the compilation is successful then I am getting No module named tflites.utils
Kernel Died