How to add OpenVINO inference_en
2021-02-19 本文已影响0人
JiangPQ
- 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.