sample-apps-for-robotics-platforms
sample-apps-for-robotics-platforms copied to clipboard
Could not run custom TFLite models on RB5 with GStreamer framework.
I was following the GStreamer TFLite object detection and segmentation examples on the repo. I could run them on RB5. But, when I try to run my own TFLite segmentation model on it the inference is not working. I tried to debug the "qtimletflite" element and what I found from it is the error "MLE init failed." When I include "org.codeaurora.mle.tflite" in the config file for qtimletflite element I get the following debug message. I would like to know if there are any limitations on how a TFLite model should be developed and compiled.
(blurnet_segmentation:2495): GStreamer-CRITICAL **: 09:08:06.041: gst_structure_new_empty: assertion 'gst_structure_validate_name (name)' failed
0:00:02.511495398 2495 0x55bc1f89e0 WARN qtimletflite mle_tflite.cc:308:gst_mle_tflite_parse_config: Failed to deserialize the config!
0:00:02.511622530 2495 0x55bc1f89e0 DEBUG qtimletflite mle_tflite.cc:414:gst_mle_create_engine:
ERROR: Registration failed.
Thank you.
Regards Rajesh Veeramalli