Hey Zhiming,
I downloaded the converted model and ran the inference under:
Linux version 6.12.20-lts-next-gdfaf2136deb2 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 14.2.0, GNU ld (GNU Binutils) 2.44) #1 SMP PREEMPT Wed Jun 4 10:15:09 UTC 2025
But get the empty result:
root@imx95-19x19-verdin:/usr/bin/tensorflow-lite-2.18.0/examples# python3 label_image.py -e /usr/lib/libneutron_delegate.so
Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}
INFO: NeutronDelegate delegate: 1 nodes delegated out of 4 nodes with 1 partitions.
INFO: Neutron delegate version: v1.0.0-a5d640e6, zerocp enabled.
Error in cpuinfo: prctl(PR_SVE_GET_VL) failed
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Warning: microcode version mismatch! 0xaf140cf5 (expected 0xcebb80a)
Warm-up time: 0.7 ms
Inference time: 0.5 ms
0.000000: toilet tissue
0.000000: starfish
0.000000: zebra
0.000000: sorrel
0.000000: guinea pig
However, when I downloaded the unconverted model and used eIQ v1.16 to convert the model, the inference result shows:
root@imx95-19x19-verdin:/usr/bin/tensorflow-lite-2.18.0/examples# python3 label_image.py -e /usr/lib/libneutron_delegate.so
Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}
INFO: NeutronDelegate delegate: 1 nodes delegated out of 4 nodes with 1 partitions.
INFO: Neutron delegate version: v1.0.0-a5d640e6, zerocp enabled.
Error in cpuinfo: prctl(PR_SVE_GET_VL) failed
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Warm-up time: 2.0 ms
Inference time: 1.9 ms
0.039216: Newfoundland
0.039216: tench
0.039216: Leonberg
0.039216: shower cap
0.039216: thunder snake
Could you give me more information here? Is my kernel version not correct?