Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

Issue Running Background Subtraction Demo on Intel Integrated GPU

Aschuch
Employee
229 Views

Hi!

I'm trying to run the background subtraction demo (Python) on my computer using my GPU (Intel(R) Iris(R) XE Graphics driver version 30.0.101.1960) but I get to this step and my terminal freezes: 

[ INFO ] OpenVINO Runtime
[ INFO ] build: 2022.1.0-7019-cdb9bec7210-releases/2022/1
[ INFO ] Reading model instance-segmentation-person-0007.xml
[ INFO ] Input layer: image, shape: [1, 3, 320, 544], precision: f32, layout: NCHW
[ INFO ] Output layer: boxes, shape: [0, 5], precision: f32, layout:
[ INFO ] Output layer: 1973, shape: [0], precision: i64, layout:
[ INFO ] Output layer: masks, shape: [0, 224, 224], precision: f32, layout:
[ INFO ] The model instance-segmentation-person-0007.xml is loaded to GPU
[ INFO ] Device: GPU
[ INFO ] Number of streams: 2
[ INFO ] Number of model infer requests: 1

 

So I know the model was loaded into the GPU, but it is not executing the program. 

 

Thanks!

0 Kudos
2 Replies
Peh_Intel
Moderator
205 Views

Hi Aschuch,


The demo did not able to be executed due to the instance-segmentation-person-0007 model is only supported by CPU.


By the way, you can use yolact-resnet50-fpn-pytorch model as the alternative model to run Background Subtraction Python Demo with GPU.



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
187 Views

Hi Aschuch,


This thread will no longer be monitored since we have provided answer and suggestion. If you need any additional information from Intel, please submit a new question. 



Regards,

Peh


0 Kudos
Reply