<?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: FileNotFoundError: [Errno 2] No such file or directory: '../../caffe/SSD_MobileNet/graph' in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713047#M6393</link>
    <description>&lt;P&gt;I've got this installed: mvNCCompile v02.00, Copyright @ Movidius Ltd 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;…. Is that not in the SDK rather than the API ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the mvNCCompile v02.00, Copyright @ Movidius Ltd 2016 to create a graph but it failed. I'd like to have it working if possible. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I posted another thread on that error.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I found a suitable graph file, thanks, please could you confirm I have SDK installed and maybe answer my other thread question?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 00:21:54 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-12-14T00:21:54Z</dc:date>
    <item>
      <title>FileNotFoundError: [Errno 2] No such file or directory: '../../caffe/SSD_MobileNet/graph'</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713045#M6391</link>
      <description>&lt;P&gt;Hello! ……. I'm not sure what is going on here, error below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I tried making the graph with MVCNCCompile, but that failed due to 'list index out of range'.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please help! …… Thanks.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;`    pi@raspberrypi:~ $ cd /home/pi/ncappzoo/apps/security-cam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;    pi@raspberrypi:~/ncappzoo/apps/security-cam $ make run&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;================================================================

Making MobileNet SSD...
make[1]: Entering directory '/home/pi/ncappzoo/caffe/SSD_MobileNet'

making caffemodel
caffemodel already exists, skipping download.

making prototxt
Prototxt file already exists, skipping download.
if [ -e merge_bn.py ] ; \
then \
    echo "merge_bn.py already exists. skipping download."; \
else \
    echo ""; \
    echo "Attempting download of merge_bn.py from this url: "; \
    echo "https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/master/merge_bn.py"; \
    wget -P . https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/master/merge_bn.py; \
    python3 merge_bn.py --model deploy.prototxt --weight mobilenet_iter_73000.caffemodel; \
fi; \

merge_bn.py already exists. skipping download.

making compile
mvNCCompile v02.00, Copyright @ Movidius Ltd 2016

/usr/lib/python3/dist-packages/scipy/_lib/_numpy_compat.py:10: DeprecationWarning: Importing from numpy.testing.nosetester is deprecated, import from numpy.testing instead.
  from numpy.testing.nosetester import import_nose
/usr/lib/python3/dist-packages/scipy/stats/morestats.py:16: DeprecationWarning: Importing from numpy.testing.decorators is deprecated, import from numpy.testing instead.
  from numpy.testing.decorators import setastest
[Error 9] Argument Error: Network weight cannot be found.
make[1]: Leaving directory '/home/pi/ncappzoo/caffe/SSD_MobileNet'
Done! See ../../caffe/SSD_MobileNet/graph.


================================================================

Running security-cam.py...
python3 security-cam.py --video 0
Traceback (most recent call last):
  File "security-cam.py", line 219, in &amp;lt;module&amp;gt;
    main()
  File "security-cam.py", line 152, in main
    graph = load_graph( device )
  File "security-cam.py", line 57, in load_graph
    with open( ARGS.graph, mode='rb' ) as f:
FileNotFoundError: [Errno 2] No such file or directory: '../../caffe/SSD_MobileNet/graph'
Makefile:18: recipe for target 'run' failed
make: *** [run] Error 1
pi@raspberrypi:~/ncappzoo/apps/security-cam $ `
&lt;/CODE&gt;</description>
      <pubDate>Wed, 12 Dec 2018 22:33:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713045#M6391</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-12-12T22:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundError: [Errno 2] No such file or directory: '../../caffe/SSD_MobileNet/graph'</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713046#M6392</link>
      <description>&lt;P&gt;Hi @TegwynTwmffat &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you installed the NCSDK in API-only mode on your Raspberry PI. If that is the case, you will need to copy the graph from a development machine with the full SDK installed. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Take a look at section Bonus step: Deploying a pre-compiled graph file after step 3 in the following guide:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="https://movidius.github.io/blog/ncs-apps-on-rpi/"&gt;https://movidius.github.io/blog/ncs-apps-on-rpi/&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Jesus</description>
      <pubDate>Thu, 13 Dec 2018 05:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713046#M6392</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-12-13T05:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundError: [Errno 2] No such file or directory: '../../caffe/SSD_MobileNet/graph'</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713047#M6393</link>
      <description>&lt;P&gt;I've got this installed: mvNCCompile v02.00, Copyright @ Movidius Ltd 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;…. Is that not in the SDK rather than the API ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the mvNCCompile v02.00, Copyright @ Movidius Ltd 2016 to create a graph but it failed. I'd like to have it working if possible. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I posted another thread on that error.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I found a suitable graph file, thanks, please could you confirm I have SDK installed and maybe answer my other thread question?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 00:21:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713047#M6393</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-12-14T00:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundError: [Errno 2] No such file or directory: '../../caffe/SSD_MobileNet/graph'</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713048#M6394</link>
      <description>&lt;P&gt;To get rid of this error you can try using &lt;A href="http://net-informations.com/python/file/exists.htm" target="_self" alt="http://net-informations.com/python/file/exists.htm"&gt;Python file exists&lt;/A&gt; methods to check that at least python sees the file exists or not. In other words, you can make sure that the user has indeed typed a correct path for a real existing file.&amp;nbsp;If the user does not pass the full path&amp;nbsp;to the file, the path is interpreted relatively to the current working directory. The current working directory usually is the directory in which you started the program.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 14:30:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/FileNotFoundError-Errno-2-No-such-file-or-directory-caffe-SSD/m-p/713048#M6394</guid>
      <dc:creator>PMark13</dc:creator>
      <dc:date>2020-02-20T14:30:11Z</dc:date>
    </item>
  </channel>
</rss>

