This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: I use edgeai-tidl-tools and edgeai-benchmark successfully to to compile the model, but I fail to execute the model using app_edgeai.py.

Part Number: SK-TDA4VM

I have some problems:

 (1)when I use app_edgeai.py to execute models, The following problems occur  (models from modelzoo)

(2)I added "mean:" and “scale:” in "preprocess" of yaml file,Does it have a big impact on model execution?

preprocess:
  add_flip_image: false
  backend: pil
  crop: 224
  data_layout: NHWC
  interpolation: null
  pad_color: 0
  resize: 256
  resize_with_pad: false
  reverse_channels: false
  mean:
  - 128.0
  - 128.0
  - 128.0
  scale:
  - 0.007812
  - 0.007812
  - 0.007812

(3)Only one of the multiple models I've tested so far has been successful. it is “mnasnet_1.0_224.tflite”