How to add OpenVINO inference_en
作者:
JiangPQ | 来源:发表于
2021-02-19 13:27 被阅读0次
- Open project structure tab:
File
->Setting
->Project
->Project Structure
- Click
Add Content Root
- Select the openvino python package folder and click Ok,
xxx/intel/openvino_2021.2.185/python/python3.7
e.g.
- Select the folder you just add on the left and click
Mark as: Sources
- Then you can import openvino.inference_engine from your python file and pycharm can also correctly recognize it now.
本文标题:How to add OpenVINO inference_en
本文链接:https://www.haomeiwen.com/subject/dxlaxltx.html
网友评论