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

CNNNetwork getLayerByName alternative for openvino 2021

Hi I'm working on Openvino and upgraded recently and found a deprecation I cannot get around. CNNetwork API getLayerByName was deprecated and removed in Openvino 2021. I am struggling to find an alternative approach with the new API. For now I have…
Climax
  • 663
  • 6
  • 17
-1
votes
1 answer

Openvino MFX: Unsupported extension: rtsp://cris:pass@192.167.1.175:444/live/ch0 , Ubuntu

HI I'm running python Opencv motion detection script on Ubuntu 20.04.1 LTS which is working fine, after running source /opt/intel/openvino_2021/bin/setupvars.sh and if I run it with OpenVINO 2021.2.185 then I got Openvino MFX: Unsupported…
-1
votes
1 answer

squeezenet1.1.caffemodel" is not existing file

I have installed all the required steps for openvino. but while running the demos, to make sure that every thing is working fine , I am recieving this error : The…
-1
votes
1 answer

How to use the Pre trained models provided by Intel's OpenVINO

I am interested in a certain demo for OpenVino which is the smart classroom link:https://github.com/opencv/open_model_zoo/tree/master/demos/smart_classroom_demo But I only want the function of detecting raised hands hence I see that it provided the…
Amirul Iqram
  • 313
  • 1
  • 3
  • 13
-2
votes
1 answer

I am converted the pytorch model into openvino model. now i need to develop logic for the converted openvino xml and bin file

weight_file = r'D:\deepak\Helmet-Detection-final\model\rider_helmet_number_medium.pt' device = torch.device('cuda' if torch.cuda.is_available() else 'cpu') model = attempt_load(yolov5_weight_file, map_location=device) cudnn.benchmark = True names =…
-2
votes
1 answer

Intel OpenVINO Pretrained Model UNet-CamVid-Onnx-0001 does not predict correctly

I downloaded the Intel pre-trained Unet model from the OpenVINO Model Zoo Github repo without any modifications. But it does not seem working, please have a look the below prediction on the right side. I am expecting to see correct segmentation…
Franva
  • 6,565
  • 23
  • 79
  • 144
-2
votes
1 answer

Training a detectron2 model on intel neural compute stick2

Any one knows how to train faster_rcnn_R_50_FPN_3x model which is pytorch-based model from detectron2 models zoo on intel neural compute stick2 device ? I've already installed openvino-toolkit and run correctly one of their demos on my device. I've…
-3
votes
2 answers

How to perform real time face detection in Windows 10 camera application?

I have been trying a long time to integrate Open Vino Face dectection ADAS model into the MFT pipeline so as to make my Windows 10 camera application detect faces at real time. But nothing worked out. I am using visual studio 2019 and trying to code…
Aurora
  • 3
  • 2
1 2 3
23
24