Versions Compared

Key

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

...

External libraries required for operation

...

No special mentionTo build with Python, need below:

Numpy

OpenCV

Info

The use of external libraries will be explained later.

Directory path of the sample app

...

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 mobilenetPlace the model-converted tf_pose_estimation_cavalry.bin file in the sample app directory with the following configuration.

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

make.

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

It is successful if the .ext file is created in ${SDK_DIR}/src/adamapp-py/yuv_pose_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).

...

tf_pose_estimation_cavalry.bin

See here for building with Python.

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

...