Questions tagged [openvino]

OpenVINO™ toolkit, short for Open Visual Inference and Neural network Optimization toolkit, provides developers with improved neural network performance on a variety of Intel® processors and helps them further unlock cost-effective, real-time vision applications. The toolkit enables deep learning inference and easy heterogeneous execution across multiple Intel® platforms providing implementations across cloud architectures to edge devices.

The OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision. Based on Convolutional Neural Networks (CNN), the toolkit extends computer vision (CV) workloads across Intel® hardware, maximizing performance. The OpenVINO™ toolkit includes the Deep Learning Deployment Toolkit (DLDT).

The OpenVINO toolkit:

  • Enables CNN-based deep learning inference on the edge
  • Supports heterogeneous execution across an Intel® CPU, Intel® Integrated Graphics, Intel® FPGA, Intel® Movidius™ Neural Compute Stick, Intel® Neural Compute Stick 2 and Intel® Vision Accelerator Design with Intel® Movidius™ VPUs
  • Speeds time-to-market via an easy-to-use library of computer vision functions and pre-optimized kernels
  • Includes optimized calls for computer vision standards, including OpenCV*, OpenCL™, and OpenVX*

https://docs.openvinotoolkit.org/

https://01.org/openvinotoolkit

https://github.com/openvinotoolkit/openvino

https://github.com/openvinotoolkit/open_model_zoo

366 questions
1
vote
1 answer

openvino where is deployment_tools folder?

everyone Recently I need to convert an onnx model into intermediate representation, so I git clone the openvino. But I didn't see deployment_tools folder in the project. Even I install it by following the installation guide. Also another problem, it…
Fenix Lam
  • 386
  • 6
  • 22
1
vote
1 answer

How to cross compile OpenVINO for limited ARM platform

I want to run OpenVINO with Neural Compute Stick 2 on an embedded linux system with Cortex-A53 and 2GB RAM. But, when I build OpenVINO by this tutorial BuildingForLinux on this platform, building process is always failed. (I think problem is small…
yeshuanova
  • 19
  • 1
1
vote
1 answer

Custom Python Remove Interpreter with OpenVINO initialization

I use PyCharm to connect to a remote interpreter (but I guess the answer is somewhat unrelated): basically, PyCharm connects to a remote Python interpreter through SSH and execute the code on a remote machine. The remote interpreter that I used is…
user1315621
  • 3,044
  • 9
  • 42
  • 86
1
vote
2 answers

How to deploy OpenVINO IR model to Intel Movidius Myriadx VPU

I searched a while and could not find any documents about deploying the OpenVINO IR model directly to Intel's MyriadX VPU. My understanding is they both come from Intel, there should be a way to do this. What can I try in order to solve this?
Franva
  • 6,565
  • 23
  • 79
  • 144
1
vote
2 answers

tf.where operation fails to work with model optimizer openvino

I am getting shape inference error when I try to run openvino model optimizer on a simple custom layer model. Here is unit test: import os import shutil import pytest import subprocess import numpy as np import tensorflow as tf from keras import…
Atlas
  • 153
  • 3
  • 12
1
vote
1 answer

OpenVino Inference Engine C API not found

I installed the OpenVino on my Ubuntu 20.04 using the apt command. sudo apt install intel-openvino-dev-ubuntu20-2021.3.394 I am trying to compile this simple program using gcc 1.c -linference_engine_c_api. #include #include…
1
vote
1 answer

could able to run demo sound classification application in openvino

To run sound classication demo in openvino, I have followed below steps: cd /opt/intel/openvino_2021/install_dependencies sudo -E ./install_openvino_dependencies.sh for env setting: source /opt/intel/openvino_2021/bin/setupvars.sh cd…
1
vote
1 answer

openvino could not compile blob from frozen tensorflow pb, xml or bin model

openvino 2021.1 up and running downloaded yolov3_tiny.weights and yolov3_tiny.cfg files from https://pjreddie.com/darknet/yolo/ As suggested in this link…
1
vote
3 answers

openvino/ImportError: DLL load failed: Le module spécifié est introuvable

I'm working with intel's openvino 2020. I get this error I searched and tried a lot of solutions online, but It didn't work. and honestly, I'm new to working with python, openvino. So I don't really understand the error. this is the error: Traceback…
Aya Abidi
  • 11
  • 4
1
vote
1 answer

Python: Showing unmet dependencies error and broken packages error despite not having any such packages

We were trying to run a shell script for installing prerequistes(install_prerequistes_onnx.sh) for OpenVINO Model Optimizer but we got the following error: The Error We tried resolving it using python 3.6.7 in a virtual environment(tsc). But it was…
Avirup Dey
  • 35
  • 1
  • 5
1
vote
0 answers

gst-inspect-1.0 only works on full library path

Screenshot As shown in the screenshot, when I run gst-inspect-1.0 without full path, it got blacklisted. However, if I use the full path to the library, everything works fine. Of course when I ran 'gst-inspect-1.0 --plugin', it does not…
David Ozc
  • 11
  • 1
1
vote
1 answer

Run custom model's Intermediate Representation (IR), OpenVino

I converted my custom pytorch model into Intermediate Representation (IR), to run it in OpenVino. However, I can't find any (simple) tutorial/guide to do that. I know OpenVino has it's own build-in files to run some famous models (link). But, is…
Scott
  • 4,974
  • 6
  • 35
  • 62
1
vote
1 answer

Cannot infer on Movidius (NCS2) using OpenVINO Workbench through Docker: Drivers setup failed?

I am trying to run some inferences using the OpenVINO Workbench Docker image https://hub.docker.com/r/openvino/workbench . Everything works well using my CPU as targeted device (Configuration -> Select Environment). But I get the following error…
1
vote
2 answers

OpenVino and PyInstaller on Raspberry PI 3B+

I tried to build a standalone executable with PyInstaller for Python 3.5 using OpenVino 2020.4.287. PyInstaller assembled a file successfully but I received the next error after launch: ImportError: No module named 'openvino' I tried to include…
1
vote
2 answers

VCRUNTIME140_1D error in debug mode with visual studio

Hello when im runing visual studio 2017 on debug mode I got this error VCRUNTIME140_1D.dll was not found, I tried to install again visual studio 17 and redistributed c++ 17 but nothing. I check system32 and i cant find this file also there
simo
  • 41
  • 1
  • 6