...

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.

...

  1. Change the parameter of "setting.conf" according to the model to be converted.

  2. Locate user AI model in “MODEL_DIR“ in “setting.conf”.

  3. Convert the model.

Code Block
$ ./onnx_conversion.sh setting.conf

...