-
When I use opencvino demo with yolox_s, it throws
**_ImportError: /opt/intel/openvino_2021.2.185/deployment_tools/inference_engine/lib/intel64/libinference_engine.so: undefined symbol: _ZN3tbb8inter…
-
### Context
Currently, we receive segfault during creation of string type constant:
```
import openvino.runtime.opset14 as ov
import numpy as np
str_const = ov.constant(np.array(['openvino'], d…
-
Hi all, thank you for developing the project, it's really great.
When I run on Intel Mac (`./install-mac.sh` and then `./start-webui.sh` or `./start.sh`) I get the following error:
```
Tracebac…
-
according to the manual, i just wanna speed up inference on the CPU via OpenVINO, however got the problem as bellow.
(openvino_conv_env) [root@zaozhuang3L-C6-35 whisper.cpp]# ./main -m models/ggml-ba…
-
### Request Description
PagedAttention operation is already [implemented](https://github.com/openvinotoolkit/openvino/blob/9c41f10ef4c472b7434da62931c71201732fb3f8/src/plugins/intel_cpu/src/nodes/p…
-
# Reference
- [Install Intel® Distribution of OpenVINO™ toolkit for Windows* 10](https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_windows.html)
- [5、编写 OpenVI…
-
**Tips**
- openvino-python 目前(`@20201113`)不支持 python3.9, 需要安装 python 3.7
# Brief
Steps | 截图
-- | --
下载 [python3.7 for windows 安装包](https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.ex…
-
> Movidus Neural Compute Stick
-
I tried to implement on OpenVINO a Catboost implemented by me, before I had to transform the Catboost to ONNX, and then from ONNX to OpenVINO.
When I run the code the following warning appeared:
"Op…
-
### Context
Many beginners struggle with not knowing how to debug the internal code and its corresponding binding code, and they lack a fast and best practice reference, which makes it difficult for …