...
Please refer here for the environment construction procedure.
Convert sample models
...
You can understand the flow of the conversion process by converting a sample model. If you are converting a model that you have developed, you can skip this step.
mobilenetv2
Move directory.
...
${OUTPUT_DIR}/${NET_NAME}_ambaCV5X/${PARSER_OPTION}/[model name]
...
Convert user AI model
...
Note |
---|
Pytorch model needs to be converted to ONNX in advance. |
...
Change the parameter of "setting.conf" according to the model to be converted.
Locate user AI model in “MODEL_DIR“ in “setting.conf”.
Convert the model.
Code Block |
---|
$ ./onnx_conversion.sh setting.conf |
...