Hi,
There has some issue about Using TensorFlow DEMO on iMX8/8MP/8QM platform.
I tried run the binary of "label_image" as these instruction...
BSP : L5.10.35.2.0.0
(1) export USE_GPU_INFERNCE=1
(2) ./label_image -m mobilenet_v1_1.0_224_quant.tflite -l labels.txt -i dog.bmp -a 0
(3) ./label_image -m mobilenet_v1_1.0_224_quant.tflite -l labels.txt -i dog.bmp -a 1
the result show ... CPU and GPU inference time is same... seem GPU isn't running ?
and I found the warning of "W [query_hardware_caps:66]Unsupported evis version" while I using gpu.
So, have someone ever meet the same things ?
please help me... thank you
Weilly Li