美文网首页
How to add OpenVINO inference_en

How to add OpenVINO inference_en

作者: JiangPQ | 来源:发表于2021-02-19 13:27 被阅读0次
  1. Open project structure tab: File->Setting->Project->Project Structure
  2. Click Add Content Root
  3. Select the openvino python package folder and click Ok, xxx/intel/openvino_2021.2.185/python/python3.7e.g.
  4. Select the folder you just add on the left and click Mark as: Sources
  5. 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