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”