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
1 answer

python run bat file to setup environment variables

i have a .bat file which executes multiple set command to add environment variables, for further scripts to execute, i tried below code which is not working import subprocess subprocess.call([r'C:\Users\User\Desktop\my_vars.bat']) below is my…
Rawat
  • 461
  • 3
  • 6
  • 23
0
votes
1 answer

openvino on macOS build issue

I followed the instruction on thier github https://github.com/openvinotoolkit/openvino to build it on macOS, done it and when i wrote a small code to check was all clear or not #include #include #include #include…
0
votes
1 answer

How to install tensorflow or tensorflow-lite on raspberry Pi4?

I have a raspberry Pi4 containning ubuntu 18.04. My ubuntu has been installed from a dockerfile and push thanks to balena OS in my raspberry. Then I tried to install tensorflow for openvino project on it by following this tuto in an environment with…
0
votes
1 answer

Unable to convert VGG-16 to IR

I have truncated version of vgg16 in .pb format. I am unable to convert to IR using OpenVino Model Optimizer getting following error: [ ANALYSIS INFO ] It looks like there is IteratorGetNext as input Run the Model Optimizer with: …
Muhammad
  • 720
  • 6
  • 13
0
votes
1 answer

How to use multi Intel NCS2 on one task?

I saw some docs on Intel openvino website. And there is some docs about how to use only one NCS2, the performance is great. Now I have two NCS2, I want to test both of them on a platform, but there is no reference that how to use multi ncs2 to work…
0
votes
1 answer

Openvino with python is returning some error

I'm trying to run this application using openvino, but I'm getting the following error: /usr/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.7 of module 'openvino.inference_engine.ie_api' does not match runtime…
0
votes
1 answer

Deploying OpenVINO models on AWS Lambda

AWS Lambda limits the size of code and dependencies to 250mb and so installing OpenVINO is not viable. However, OpenVINO offers a Deployment Manager which creates a deployment package by assembling the model, IR files, your application, and…
0
votes
1 answer

RuntimeError: Error reading network: cannot parse future versions: 10

I am trying to run the multi_camera_multi_person_tracking_demo.py from the PyCharm using the openvino library which I installed as follows: conda install openvino-ie4py -c openvino Then I try to run the multi_camera_multi_person_tracking_demo.py…
shraddha maurya
  • 111
  • 1
  • 7
0
votes
1 answer

RuntimeError: Unsupported primitive of type: PriorBoxClustered name: fc7_mbox_priorbox

I am trying to run the face_recognition_demo.py from the PyCharm using the openvino library which I installed as follows: conda install openvino-ie4py -c openvino Then I try to run the face_recognition_demo.py script using the following…
shraddha maurya
  • 111
  • 1
  • 7
0
votes
1 answer

OpenVino on MacOS using Anaconda

How do you go about installing OpenVino using Anaconda. Will this be possible with prerequisites like OpenCV and CMake that are required for installation. (IntelEnv) ChrNinja@ChrNinja demo % ./demo_squeezenet_download_convert_run.sh target_precision…
Chr Ninja
  • 127
  • 1
  • 4
0
votes
1 answer

FFMPEG split into two frames with BGR convertion instead of RGB | OpenVino

I don't know why this happen because when i pass the normal frames directly, it didnot split into two frames but when i do some post-processing to count the person at 2nd person it flips into 2 frames. I think flush called or i missed one frame in…
Mayur Kanojiya
  • 158
  • 1
  • 8
0
votes
1 answer

Unable to use openvino model

I am using person-detection-action-recognition-0005 pre-trained model from openvino to detect the person and their…
Naveen Verma
  • 367
  • 1
  • 5
  • 18
0
votes
2 answers

OpenVino model outputs zeroes

I have an acoustic model that successfully converted from ONNX to OpenVino. However, in OpenVino this model outputs tensor that consists of zeroes from some position. #include #include #include #include…
0x1337
  • 1,074
  • 1
  • 14
  • 33
0
votes
0 answers

Runtime error on loading intermediate representation open vino

This question follows from my earlier question . I had converted this keras model to .pb. The I also successfully converted this .pb to intermediate representation of Open VINO. The model is available in the attachment of last answer of this post…
0
votes
1 answer

Openvino-opencv videocapture abnormal behaviour

I have been using IP camera's rtsp stream for video capturing. For capturing and display,I've found openvino-opencv is almost 10x faster than system python-opencv. BUT some abnormal things is going on which doesn't make sense to me: Average time…
mmrbulbul
  • 390
  • 2
  • 12