You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Boris Sekachev 7ed31cac0e OpenVINOR5 (#400) 7 years ago
..
README.md Abort OpenVINO 2019R1 installation (#395) 7 years ago
docker-compose.openvino.yml OpenVino integration (#134) 7 years ago
eula.cfg OpenVino integration (#134) 7 years ago
install.sh OpenVINOR5 (#400) 7 years ago

README.md

Intel OpenVINO toolkit

Requirements

  • Intel Core with 6th generation and higher or Intel Xeon CPUs.

Preparation

  • Download OpenVINO toolkit 2018R5 .tgz installer (offline or online) for Ubuntu platforms.
  • Put downloaded file into components/openvino.
  • Accept EULA in the eula.cfg file.

Build docker image

# From project root directory
docker-compose -f docker-compose.yml -f components/openvino/docker-compose.openvino.yml build

Run docker container

# From project root directory
docker-compose -f docker-compose.yml -f components/openvino/docker-compose.openvino.yml up -d