Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GONZALES ZUNIGA Juan Diego
dockervino
Commits
07d80bc5
Commit
07d80bc5
authored
Nov 24, 2019
by
GONZALES ZUNIGA Juan Diego
Browse files
Update README
parent
137e55ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
07d80bc5
# DOCKERVINO
Docker
vino
= Docker + Open
vino
Docker
VINO
= Docker + Open
VINO
## Introduction
The current version of Open
vino
is only available on Ubuntu 16.04 and Centos 4.
The current version of Open
VINO
is only available on Ubuntu 16.04 and Centos 4.
I needed Open
vino
on different platforms such as Fedora, Centos, Ubuntu 18.04.
I needed Open
VINO
on different platforms such as Fedora, Centos, Ubuntu 18.04.
So, the logical option was to create a Docker image.
...
...
@@ -15,7 +15,7 @@ So, the logical option was to create a Docker image.
-Docker CE
-Openvino TGZ file. Currently using 2019_R
2
, l_openvino_toolkit_p_2019.
2.242
.tgz.
-Openvino TGZ file. Currently using 2019_R
3.1
, l_openvino_toolkit_p_2019.
3.376
.tgz.
-Download from https://software.intel.com/en-us/openvino-toolkit/choose-download/free-download-linux
...
...
@@ -24,26 +24,24 @@ The final image is around 3GB but the in between images can make up to 8GB.
## Instructions
Since Openvino releases are quite frequent (2019_R
2
now), I choose to make the dockerfile public instead of the Docker images.
You may want to experiment with other tgz Open
vino
versions.
Since Openvino releases are quite frequent (2019_R
3.1
now), I choose to make the dockerfile public instead of the Docker images.
You may want to experiment with other tgz Open
VINO
versions.
We have
6
images
We have
5
images
phase1 -- installs the Openvino SDK
phase1 -- installs the Openvino SDK
, launches a small benchmark
phase2 -- downloads the demo_squeezenet_download_conver_run
phase3 -- downloads the ssd, yolov3, humanpose, face motion, maskrcnn models and convert them to FP32 and FP16
phase2 -- downloads various dl models
demo -- reduces space, adds script to run examples
benchmark -- adds different traditional networks (vgg, resnet, inception)
debug -- adds debugging tools to the image
.
debug -- adds debugging tools to the image
to use with open_model_zoo repo
You need to build phase1 first then phase2,
phase3,
demo, benchmark and at last debug
You need to build phase1 first then phase2, demo, benchmark and at last debug
```
sh
bash buildcmd
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment