/
How to create an AI model for ambaCV5X
How to create an AI model for ambaCV5X
Table of contents
Introduction
We will explain the differences between the AI model conversion tools for ambaCV2X and ambaCV5X.
Differences in environment construction
Run CV Tool
Start the container.
$ sudo docker start [container name]
Log in to the container.
$ sudo docker exec -it -u cvtool [container name] /bin/bash
If you need a password, please use "cv".
Set the environment (inside the container).
For ambaCV2X camera
$ cd /home/cvtool
$ source setup_env.sh
For ambaCV5X camera
$ cd /home/cvtool
$ source setup_env.sh ipro-ambaCV5X
Differences between Caffe/Tensorflow/ONNX (PyTorch)
Conversion
The model after conversion is output to the following directory.
For ambaCV2X camera
${OUTPUT_DIR}/${NET_NAME}/${PARSER_OPTION}/[model name]
For ambaCV5X camera
${OUTPUT_DIR}/${NET_NAME}_ambaCV5X/${PARSER_OPTION}/[model name]
This applies to all Caffe, Tensorflow, ONNX (PyTorch).
, multiple selections available,
Related content
AI model convert tool: Evaluate AI model
AI model convert tool: Evaluate AI model
More like this
Install AI model convert tool
Install AI model convert tool
More like this
AI model convert tool: Caffe
AI model convert tool: Caffe
More like this
AI model convert tool: ONNX(PyTorch)
AI model convert tool: ONNX(PyTorch)
More like this
ambaCV5X向けAIモデル作成方法
ambaCV5X向けAIモデル作成方法
More like this
AI model convert tool: Tensorflow
AI model convert tool: Tensorflow
More like this