Getting started with TI Jacinto 7 Edge AI/Demos/C++ Demos/C++ Demos, build the Docker container
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