Tool/software:
I have an AM62A EVK board that I was trying to use to execute the Yolo V8 and V11 models.
Using the edge-ai-tools repository (tag 10_01_04_00), I managed to convert the TI example models listed here:
Using the "tflrt_delegate.py", I tried to convert a Yolo V8/11 Nano model, which was successful; however, I noticed that the conversion had this message:
- For YoloV8 Nano:
[TIDL Import] [PARSER] UNSUPPORTED: All the tensor dimensions has to be greater then zero. For tensor model_10/tf.math.multiply_242/Mul/y_6, id 1 - Dim 4 is 0 -- [tidl_import_common_model_ch
eck.cpp, 2303]
[TIDL Import] [PARSER] WARNING:
********************************************************************
* Network compiler returned with error or didn't executed *
* This model can only be used on PC/Host emulation mode *
* It is not expected to work on target/EVM *
********************************************************************
- For YoloV11 Nano:
[TIDL Import] [PARSER] UNSUPPORTED: All the tensor dimensions has to be greater then zero. For tensor model_23/tf.math.multiply_340/Mul/y_6, id 1 - Dim 4 is 0 -- [tidl_import_common_model_ch
eck.cpp, 2303]
[TIDL Import] [PARSER] WARNING:
********************************************************************
* Network compiler returned with error or didn't executed *
* This model can only be used on PC/Host emulation mode *
* It is not expected to work on target/EVM *
********************************************************************
And I noticed that the output folder didn't have the "allowedNode.txt".
Is it expected to these models to work with your TfLite Delegate?