Skip to content

Deployment of containerized applications (OpenCV's (3.4.1) DNN samples)

Notifications You must be signed in to change notification settings

GerardWalsh/yoloDockerImage

Repository files navigation

Building the complete inference image

clone the repository

git clone https://github.com/gerrywalsh/yoloDockerImage

First build an OpenCV image

cd dockerfileOpenCV
docker build -t OpenCV_3_4 .

Secondly build the inference image

cd dockerfileInference
docker build -t inference .

To run as a container

docker run --device=/dev/video0 -v /home/user/dataOnHost:/data -it inference

From which a CLI should launch and one should call

./testing.sh

The results, of the YoloV3-tiny classifier on the dataset, should be stored in /home/user/dataOnHost. Make sure this folder exists on the host machine prior to deploying the inference container

About

Deployment of containerized applications (OpenCV's (3.4.1) DNN samples)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published