~/Desktop/edgeai-tidl-tools/examples/osrt_python/tfl$ python3 tflrt_delegate.py -c -d Running 1 Models - ['model_8'] Running_Model : model_8 Traceback (most recent call last): File "tflrt_delegate.py", line 271, in run_model(model, mIdx) File "tflrt_delegate.py", line 193, in run_model imgs, output, proc_time, sub_graph_time, ddr_write, ddr_read, new_height, new_width = infer_image(interpreter, input_images, config) File "tflrt_delegate.py", line 90, in infer_image channel = input_details[0]['shape'][3] IndexError: index 3 is out of bounds for axis 0 with size 3 ~/Desktop/edgeai-tidl-tools/examples/osrt_python/tfl$ python3 tflrt_delegate.py -c -d Running 1 Models - ['model'] Running_Model : model Traceback (most recent call last): File "tflrt_delegate.py", line 271, in run_model(model, mIdx) File "tflrt_delegate.py", line 193, in run_model imgs, output, proc_time, sub_graph_time, ddr_write, ddr_read, new_height, new_width = infer_image(interpreter, input_images, config) File "tflrt_delegate.py", line 90, in infer_image channel = input_details[0]['shape'][3] IndexError: index 3 is out of bounds for axis 0 with size 3 ~/Desktop/edgeai-tidl-tools/examples/osrt_python/tfl$