- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have successfully changed the yolov5s onnx model to OpenVINO(.xml,.bin) format in OpenVINO 2021.2.
When I ran the inference, I was able to run it on the CPU.
However, on the GPU, I get the error "unknown layer type ScatterBDUpdate".
On MYRIAD, I get the error "unsupported layer type ScatterBDUpdate".
I know that OpenVINO 2021.2. does not support the conversion of yolov5s ONNX models.
Why is it possible to infer on the CPU, but not on the GPU or MYRIAD?
A similar phenomenon has occurred with other OpenVINO-supplied models.
/opencv/2021/openvinotoolkit/2021.2/open_model_zoo/models_bin/3/face-detection-adas-0001/FP16-INT8/face-detection-adas-0001.xml is I was able to infer it on CPU and GPU, but MYRIAD gave me an error "unsupported layer type FakeQuantize". Why does this difference occur?
Environment : docker image of openvino/ubuntu18-dev:latest on ubuntu18
CPU : Intel Corei3-6100@3.70GHz x4
MYRIAD : Neural Compute Stick 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Yuji,
Thanks for reaching out to us.
Yolov5 is not officially supported by OpenVINO, nor has it been validated by us.
For your first question, the layer ScatterUpdate is supported for CPU through extensions, but not supported for GPU and VPU(MYRIAD and HDDL). So that’s probably why you could run the model in CPU but not in GPU and MYRIAD. The relevant information is available in the following link:
For your second question, VPU plugin doesn’t support I8 model format.
The relevant information is available in the following link:
Regards,
Munesh
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Yuji,
Thanks for reaching out to us.
Yolov5 is not officially supported by OpenVINO, nor has it been validated by us.
For your first question, the layer ScatterUpdate is supported for CPU through extensions, but not supported for GPU and VPU(MYRIAD and HDDL). So that’s probably why you could run the model in CPU but not in GPU and MYRIAD. The relevant information is available in the following link:
For your second question, VPU plugin doesn’t support I8 model format.
The relevant information is available in the following link:
Regards,
Munesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Yuji,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Munesh
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page