Hello,
I’m using the KSNN conversion tool. The size of my model, yolov5s-fp16.tflite, is 672x384. If I use the command below, does it mean the NPU model will also have a size of 672x384? many thanks.
./convert \
--model-name yolov5 \
--platform tflite \
--model yolov5s-fp16.tflite \
--mean-values '0 0 0 0.003921569' \
--quantized-dtype asymmetric_affine \
--source-files ./data/dataset/dataset0.txt \
--kboard VIM3 \
--print-level 1