- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page