Operating System:
- Ubuntu 24.04
Software:
- VPP SDK
- Build docker image for reference application
bash build_sample.sh
Make sure docker is corrently installed and configured.
- Download and convert yolo model with openvino notebook
- Run
sudo init 3switch to non-GUI mode - Run a sample test in docker container :
bash run.sh yolov8n_with_preprocess.xml
To exit the program, you need to open another terminal window and stop the container using docker stop.
- Run
sudo init 3switch to non-GUI mode - Run
bash ./startup.sh yolov8n_with_preprocess.xml
- Run
docker rmi -f $(docker images --format "{{.Repository}}:{{.Tag}}" | grep 'vppsample')remove all vppsample docker images
This container image is intended for demo purposes only and not intended for production use. To receive expanded security maintenance from Canonical on the Ubuntu base layer, you may follow the how-to guide to enable Ubuntu Pro in a Dockerfile which will require the image to be rebuilt.