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.
6574 Discussions

Mask_rcnn_inception_v2_coco cannot be executed in HDDL

taka
Beginner
4,085 Views

When Mask_rcnn_inception_v2_coco is executed in HDDL in the following environment, No results are returned.

CPU: Atom x7-E3950
VPU: AEEON AI Core XM 2280
OS: Ubuntu
OpenVINO 2020

---------------------------------------------------------------
./benchmark_app -m mask.xml -d HDDL

[Step 1/11] Parsing and validating input arguments
[ INFO ] Parsing input parameters
[ WARNING ] -nstreams default value is determined automatically for a device. Although the automatic selection usually provides a reasonable performance,but it still may be non-optimal for some cases, for more information look at README.

[Step 2/11] Loading Inference Engine
[ INFO ] InferenceEngine:
        API version ............ 2.1
        Build .................. 37988
        Description ....... API
[ INFO ] Device info:
        HDDL
        HDDLPlugin version ......... 2.1
        Build ........... custom_releases/2020/1_26d55a5f6c20c6b5578c63933b98c2faee462a48

[Step 3/11] Setting device configuration
[Step 4/11] Reading the Intermediate Representation network
[ INFO ] Loading network files
[ INFO ] Read network took 53.14 ms
[Step 5/11] Resizing network to match image sizes and given batch
[ INFO ] Network batch size: 1, precision: MIXED
[Step 6/11] Configuring input of the model
[Step 7/11] Loading the model to the device
[ INFO ] Load network took 386596.62 ms
[Step 8/11] Setting optimal runtime parameters
[Step 9/11] Creating infer requests and filling input blobs with images
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832
[ion_ioctl][77]ioctl c0484900 failed with code -1: Operation not permitted, fd(15)
ion alloc failed size=8102832

--------------------------------------------------------------

Execution other than Mask_rcnn_inception_v2 is possible.

In Windows, corei7 8700, AI Core XP4 , it is possible to execute Mask_rcnn_inception_v2_coco.


The model before conversion is obtained from the following and IR converted.
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md

Best Regards,
 

0 Kudos
22 Replies
Max_L_Intel
Moderator
723 Views

Hi Taka.

Do you see this error for non-Docker OpenVINO installation too?

0 Kudos
taka
Beginner
723 Views

Hi, Max

It can be executed with HDDL on Windows 10 (non-Docker,   No error occurs).

I haven't tried it in other environments.

0 Kudos
Reply