Getting started with TI Jacinto 7 Edge AI/Demos/C++ Demos, build the Docker container

From RidgeRun Developer Connection
Jump to: navigation, search

C++ Demos

Build the Docker container

cd /opt/edge_ai_apps/docker/
./docker_build.sh

Run the Docker container

./docker_run.sh

Build the apps

cd /opt/edge_ai_apps/apps_cpp/
mkdir build
cd build
cmake ..
make
mkdir outputs