khadas / aml_npu_sdk

GNU General Public License v2.0
27 stars 11 forks source link

Is the onnx conversion supported well ? #2

Open xingyueye opened 2 years ago

xingyueye commented 2 years ago

Hi~, we would like to support some models with your VIM3 board(NPU). I want to confirm if the conversion for onnx is supported well firstly, and make clear what context should be contained in the json files for net-output/data-output. Thanks a lot~

#$convert_onnx \
#    --onnx-model  xxx.onnx \
#    --net-output ${NAME}.json \
#    --data-output ${NAME}.data 
scholz commented 2 years ago

Hi @xingyueye , the files in net-output and data-output are generated while the onnx is converted. They are needed for the next step of the conversion. pls read again: https://docs.khadas.com/linux/vim3/ConvertToUseNPU.html