Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to build the sample app (Python)

...

★ここから★Load the build environment settings file in the SDK installation directory.

Code Block
$ cd ${SDK_DIR}
$ source setup_env.sh ipro-ambaCV2X
Info

Set the build environment according to each environment.
Here, specify ipro-ambaCV2X.

Next, place the model-converted mobilenet_cavalry.bin file in the sample app directory with the following configuration.

${SDK_DIR}/src/adamapp-py/yuv_ssd_app/data/cnn/mobilenet_cavalry.bin

make.

Code Block
$ cd src/adamapp-py/yuv_ssd_app
$ make

It is successful if the .ext file is created in ${SDK_DIR}/src/adamapp-py/yuv_ssd_app.

 

Install it on the camera (eg, you can install from the green frame in the image below). Select the created .ext file and install it.
Open the app screen (red frame button in the image below).

...

 

If the image of the camera is displayed, it is successful.

How to use the sample app

...