<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re:Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5) in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210219#M20694</link>
    <description>&lt;P&gt;Thank you for the reply. Yes, I checked and the Python 3.8 is the root cause of many of these issues. Oddly as I didn't get any warnings from the installation from the dependency check. Instead, the Python 3.8 was installed automatically by the openvino toolkit installer (FYI my machine was brand new and Python was never installed).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;However, is there any instructions on how to run the code in the python_demo folder? I ran human_pose_estimation_3d_demo, and it seems the pose_extractor is missing?&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 15:31:02 GMT</pubDate>
    <dc:creator>raymondlo84</dc:creator>
    <dc:date>2020-09-17T15:31:02Z</dc:date>
    <item>
      <title>Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1209984#M20677</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;During the OpenVINO installation I see the OpenCV was selected as part of the installation, but did it setup the packages for the Python? I try to do simple, import cv2 with python3 and it's not working, so how can I run the demo scripts as they all have the same dependencies?&lt;BR /&gt;&lt;BR /&gt;I did run the setupvar.sh before running the Python. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Is there a tutorial on how to run those Python demos? This is not showing me the setup and so?&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;===&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;raylo@Raymonds-MacBook-Pro human_pose_estimation_3d_demo % ls&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;README.md&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;human_pose_estimation_3d_demo.py&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;modules&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;requirements.txt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s3"&gt;data&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;models.lst &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;pose_extractor&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;raylo@Raymonds-MacBook-Pro human_pose_estimation_3d_demo % python3 human_pose_estimation_3d_demo.py &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "human_pose_estimation_3d_demo.py", line 20, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;import cv2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ModuleNotFoundError: No module named 'cv2'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;=====&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;=====&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://docs.openvinotoolkit.org/latest/omz_demos_human_pose_estimation_demo_README.html" target="_blank" rel="noopener"&gt;https://docs.openvinotoolkit.org/latest/omz_demos_human_pose_estimation_demo_README.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;=====&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;raylo@Raymonds-MacBook-Pro deployment_tools % ls&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;demo&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;inference_engine&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;intel_models&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;model_optimizer&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;ngraph&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;open_model_zoo&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;tools&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;raylo@Raymonds-MacBook-Pro deployment_tools % python3 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Python 3.8.2 (default, Aug 10 2020, 05:49:21) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[Clang 12.0.0 (clang-1200.0.31.1)] on darwin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt;&amp;gt;&amp;gt; import cv2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ModuleNotFoundError: No module named 'cv2'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 21:20:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1209984#M20677</guid>
      <dc:creator>raymondlo84</dc:creator>
      <dc:date>2020-09-16T21:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210007#M20678</link>
      <description>&lt;P&gt;And here we go for some logs.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;raylo@Raymonds-MacBook-Pro ~ % uname -ar
Darwin Raymonds-MacBook-Pro.local 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;raylo@Raymonds-MacBook-Pro ~ % which python3
/usr/bin/python3&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;raylo@Raymonds-MacBook-Pro ~ % python3 --version
Python 3.8.2&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;raylo@Raymonds-MacBook-Pro ~ % pip3 freeze
absl-py==0.10.0
astunparse==1.6.3
attrs==20.2.0
cachetools==4.1.1
certifi==2020.6.20
chardet==3.0.4
cycler==0.10.0
decorator==4.4.2
defusedxml==0.6.0
flake8==3.8.3
flake8-import-order==0.18.1
gast==0.3.3
google-auth==1.21.2
google-auth-oauthlib==0.4.1
google-pasta==0.2.0
graphviz==0.8.4
grpcio==1.32.0
h5py==2.10.0
idna==2.10
iniconfig==1.0.1
joblib==0.16.0
Keras-Preprocessing==1.1.2
kiwisolver==1.2.0
Markdown==3.2.2
matplotlib==3.3.2
mccabe==0.6.1
more-itertools==8.5.0
motmetrics==1.2.0
mxnet==1.7.0.post1
networkx==2.5
nibabel==3.1.1
numpy==1.19.2
oauthlib==3.1.0
onnx==1.7.0
opt-einsum==3.3.0
packaging==20.4
pandas==1.1.2
Pillow==7.2.0
pluggy==0.13.1
protobuf==3.13.0
py==1.9.0
py-cpuinfo==7.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.6.0
pyflakes==2.2.0
pyparsing==2.4.7
pytest==6.0.2
pytest-benchmark==3.2.3
python-dateutil==2.8.1
pytz==2020.1
PyYAML==5.3.1
requests==2.24.0
requests-oauthlib==1.3.0
rsa==4.6
scikit-learn==0.23.2
scipy==1.4.1
six==1.15.0
tensorboard==2.3.0
tensorboard-plugin-wit==1.7.0
tensorboardX==2.1
tensorflow==2.3.0
tensorflow-estimator==2.3.0
termcolor==1.1.0
test-generator==0.1.1
threadpoolctl==2.1.0
toml==0.10.1
tqdm==4.49.0
typing-extensions==3.7.4.3
urllib3==1.25.10
Werkzeug==1.0.1
wrapt==1.12.1
xmltodict==0.12.0
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 21:56:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210007#M20678</guid>
      <dc:creator>raymondlo84</dc:creator>
      <dc:date>2020-09-16T21:56:56Z</dc:date>
    </item>
    <item>
      <title>Re:Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210164#M20692</link>
      <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That happens because OpenCV is not installed. It seems you have Python 3.8.2 installed. Refer this link for OpenVINO installation: &lt;A href="https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_macos.html" rel="noopener noreferrer" target="_blank"&gt;https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_macos.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow the installation steps and make sure you meet the system requirement needed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Software Requirements:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Cmake 3.9 or higher&lt;/P&gt;&lt;P&gt;Python 3.5 - 3.7&lt;/P&gt;&lt;P&gt;Apple Xcode* Command Line Tools&lt;/P&gt;&lt;P&gt;(Optional) Apple Xcode* IDE(not required for OpenVINO, but useful for development&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2020 11:45:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210164#M20692</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2020-09-17T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210219#M20694</link>
      <description>&lt;P&gt;Thank you for the reply. Yes, I checked and the Python 3.8 is the root cause of many of these issues. Oddly as I didn't get any warnings from the installation from the dependency check. Instead, the Python 3.8 was installed automatically by the openvino toolkit installer (FYI my machine was brand new and Python was never installed).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;However, is there any instructions on how to run the code in the python_demo folder? I ran human_pose_estimation_3d_demo, and it seems the pose_extractor is missing?&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 15:31:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210219#M20694</guid>
      <dc:creator>raymondlo84</dc:creator>
      <dc:date>2020-09-17T15:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210270#M20701</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/README.md#build-the-demo-applications" target="_blank"&gt;https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/README.md#build-the-demo-applications&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Ok, I found it. So the build flag for python + setting path was not very clear to me at all.&amp;nbsp; I am glad this was discussed already however. (I'm not alone kinda feeling).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-ray&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 17:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210270#M20701</guid>
      <dc:creator>raymondlo84</dc:creator>
      <dc:date>2020-09-17T17:55:28Z</dc:date>
    </item>
    <item>
      <title>Re:Python Demo - Missing OpenCV Post-OpenVINO installation? (Mac OSX 10.15.5)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210471#M20720</link>
      <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This thread will no longer be monitored since this issue has been resolved.&amp;nbsp;If you need any additional information from Intel, please submit a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2020 08:44:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Python-Demo-Missing-OpenCV-Post-OpenVINO-installation-Mac-OSX-10/m-p/1210471#M20720</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2020-09-18T08:44:22Z</dc:date>
    </item>
  </channel>
</rss>

