出現no module named' openvino.model_zoo.model_api"的錯誤訊息
進行human-pose-estimation-0005範例演練時,Run demo program (using webcam as input)步驟時出現以下錯誤訊息
(ov_2022_1) C:\Program Files (x86)\Intel\open_model_zoo\demos\human_pose_estimation_demo\python>python human_pose_estimation_demo.py -d CPU -i 0 -m intel\human-pose-estimation-0005\FP16\haman-pose-estimation-0005.xml -at ae
Traceback (most recent call last):
File "human_pose_estimation_demo.py", line 29, in
回答列表
-
2022/07/09 下午 06:56Chungyeh Wang贊同數:2不贊同數:2留言數:1
如投影片中所提到,需執行以下命令把open model zoo的python module引入, Go to demo directory: cd
\open_model_zoo\demos\human_pose_estimation_demo\python Run “set PYTHONPATH=%PYTHONPATH%; \open_model_zoo\demos\common\python\” 根據這個問題的訊息,可修改如下 set PYTHONPATH=%PYTHONPATH%;C:\Program Files (x86)\Intel\open_model_zoo\demos\common\python\