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
0
votes
2 answers

Running gstreamer app in OpenVino using Windows subsystem in Linux (WSL2)

My system main OS is Windows-10 OS and installed WSL2 in subsystem. Openvino is installed in Linux under WSL2. The reason is dlstreamer-gst is supported only in linux. When I test the following test app, it works only for fps and display is not…
batuman
  • 7,066
  • 26
  • 107
  • 229
0
votes
1 answer

Running model in GPU using OpenVino

I can run model on CPU successfully. Once run on GPU, I have error as [ ERROR ] Check 'get_element_type().is_dynamic() || get_element_type() == element_type' failed at…
batuman
  • 7,066
  • 26
  • 107
  • 229
0
votes
1 answer

How to put RTSP video input in OpenCV

I'm setting up a PPE Detection module using OpenVINO in my Ubuntu 18.04. Although the video input worked well with my webcam dev/video/0 but I wish it can be change to RTSP input. Whenever I put my RTSP Url inside the config.json it doesnt work and…
johnny2000
  • 113
  • 2
  • 8
0
votes
2 answers

Issue on runnning Openvino example on docker

I have build the docker container from based dockerfile of Openvino 2021.4_dev. Additionally add some library need to run my python script which is top on based Openvino dockerfile. Acceptation was when I run the container it's should start runing…
0
votes
1 answer

Where to define channels last in OpenVino, with a TF model

Steps I followed: Saved tensorflow model using the saved_model function provided by TF. Run OpenVino optimizer for TF using the following command: python3 mo_tf.py --saved_model_dir $PATH_TO_SAVED_MODEL --output_dir $OUTPUT_PATH --input…
Polo D. Vargas
  • 1,649
  • 2
  • 14
  • 23
0
votes
1 answer

YOLOV5 with OPENVINO on CPU

I am trying to test: only yolov5 without openvino : ~ 4 FPS yolov5 with openvino : ~ 2 FPS That is abnormal, can you give me any suggest or any comparison between two methods if you already compared between them.
0
votes
2 answers

Failing to Compile InferenceEngine Openvino using MVN operation

I'm in progress converting the MBART model from HuggingFace Transformer to the OpenVino IF format and I've "successfully" brokendown the original pytorch model graph into 3 seperate ONNX models. I then used the mo.py to convert the onnx model to the…
Hovanessb
  • 103
  • 9
0
votes
1 answer

Issue with DepthAI demo

I am currently running through the demo detailed in this link: https://docs.luxonis.com/en/latest/pages/tutorials/pretrained_openvino/ Some demos work, such as the default model. However, when I try to run other models, such as…
Phoenix
  • 952
  • 2
  • 12
0
votes
2 answers

OpenVINO - Image classification

I tried to use OpenVINO Inference Engine to accelerate my DL inference. It works with one image. But I want to create a batch of two images and then do a inference. This is my code: InferenceEngine::Core core; InferenceEngine::CNNNetwork network =…
Albi
  • 41
  • 3
0
votes
1 answer

Why the Device with "CPU" name is not registered in the InferenceEngine when using openvino?

Description: I have completed the installation of openvino toolkit and build the samples provided in deployment_tool/open_model_zoo/demos, then when I run the ./segmentation_demo, I got the problem like this. Does anyone used to got the same pro as…
杨一鸣
  • 1
  • 1
0
votes
1 answer

AppImage : When deployed in another system , does it use the .so files which is bundled in it ..or the ones present in distributed system?

I am creating a .appimage in my system for an application which uses libraries from openvino..When deploying that on another system..it gives me symbol lookup error in opencv Mat() function.. The distributed system has openvino installed but it is a…
0
votes
1 answer

How to skip a layer in a Keras/Openvino model

I'm trying skip unnecessary Transpose operations that were added previously due to the conversion process from PyTorch to Tensorflow. Any suggestions? The model has 2 outputs and I'm trying to remove the Transpose operations from on branch of…
0
votes
1 answer

Openvino: Failed to create plugin libclDNNPlugin.so for device GPU

I would like to run OpenVINO on an integrated GPU Intel HD 400. When I run it I have the following error: 12.05.21 16:02:27 (-0400) self._engine = self._ie.load_network(**openvino_config) 12.05.21 16:02:27 (-0400) File "ie_api.pyx", line…
user1315621
  • 3,044
  • 9
  • 42
  • 86
0
votes
1 answer

How to use openvino for re-identification

I tried to bring a program related to re-identification and run it, but it doesn't work. I installed openvino and ran setupvars.bat, but only the following error message appears: from openvino.inference_engine import IENetwork, IECore, IEPlugin,…
0
votes
3 answers

Missed header file onnx-ml.pb.h

I trying to compile OpenVINO from sources for release 2021-3 I've faced with issue: ~/Projects/OpenVINO/cmake-build-debug/_deps/ext_onnx-src/onnx/onnx_pb.h:50:10: fatal error: onnx/onnx-ml.pb.h: No such file or directory #include…
Denis Kotov
  • 857
  • 2
  • 10
  • 29