Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tf-ssd-config doc html files for ncsdk2 branch #36

Open
wants to merge 2 commits into
base: ncsdk2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/tools/check.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<link rel="canonical" href="https://movidius.github.io/ncsdk/tools/check.html" />
<meta property="og:url" content="https://movidius.github.io/ncsdk/tools/check.html" />
<script type="application/ld+json">
{"url":"https://movidius.github.io/ncsdk/tools/check.html","description":"Documentation for the Intel® Movidius™ Neural Compute SDK and Intel® Movidius™ Neural Compute API.","headline":"mvNCCheck","@type":"WebPage","@context":"http://schema.org"}</script>
{"description":"Documentation for the Intel® Movidius™ Neural Compute SDK and Intel® Movidius™ Neural Compute API.","@type":"WebPage","url":"https://movidius.github.io/ncsdk/tools/check.html","headline":"mvNCCheck","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->

<script>
Expand Down Expand Up @@ -522,7 +522,7 @@ <h4 id="tensorflow">TensorFlow</h4>
<tbody>
<tr>
<td><em>Caffe</em>:<br />network.prototxt<br /><br /><em>TensorFlow</em>:<br />network.meta<br />network.pb</td>
<td>Name of the network file (required).</td>
<td>Name of the network file (required). This argument must precede any of the other options.</td>
</tr>
<tr>
<td>[-h –help]</td>
Expand Down Expand Up @@ -572,6 +572,10 @@ <h4 id="tensorflow">TensorFlow</h4>
<td>[-ec]</td>
<td>Skip certain compiler optimizations for concatenation; this may correct some issues with invalid results from concat layers or compile failures.</td>
</tr>
<tr>
<td>[–tf-ssd-config tensorflow_ssd_config_file]</td>
<td>Specify a TensorFlow SSD config file. This option is required to run TensorFlow SSD networks with the NCSDK. <a href="tf_ssd_config.html">NCSDK TensorFlow SSD config file information</a>.</td>
</tr>
</tbody>
</table>

Expand Down
10 changes: 7 additions & 3 deletions docs/tools/compile.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<link rel="canonical" href="https://movidius.github.io/ncsdk/tools/compile.html" />
<meta property="og:url" content="https://movidius.github.io/ncsdk/tools/compile.html" />
<script type="application/ld+json">
{"url":"https://movidius.github.io/ncsdk/tools/compile.html","description":"Documentation for the Intel® Movidius™ Neural Compute SDK and Intel® Movidius™ Neural Compute API.","headline":"mvNCCompile","@type":"WebPage","@context":"http://schema.org"}</script>
{"description":"Documentation for the Intel® Movidius™ Neural Compute SDK and Intel® Movidius™ Neural Compute API.","@type":"WebPage","url":"https://movidius.github.io/ncsdk/tools/compile.html","headline":"mvNCCompile","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->

<script>
Expand Down Expand Up @@ -522,7 +522,7 @@ <h4 id="tensorflow">TensorFlow</h4>
<tbody>
<tr>
<td><em>Caffe</em>:<br />network.prototxt<br /><br /><em>TensorFlow</em>:<br />network.meta<br />network.pb</td>
<td>Name of the network file (required).</td>
<td>Name of the network file (required). This argument must precede any of the other options.</td>
</tr>
<tr>
<td>[-h, –help]</td>
Expand Down Expand Up @@ -556,10 +556,14 @@ <h4 id="tensorflow">TensorFlow</h4>
<td>[-ec]</td>
<td>Skip certain compiler optimizations for concatenation; this may correct some issues with invalid results from concat layers or compile failures.</td>
</tr>
<tr>
<td>[–tf-ssd-config tensorflow_ssd_config_file]</td>
<td>Specify a TensorFlow SSD config file. This option is required to run TensorFlow SSD Mobilenet networks with the NCSDK. <a href="tf_ssd_config.html">NCSDK TensorFlow SSD config file information</a>.</td>
</tr>
</tbody>
</table>

<h2 id="example">Example</h2>
<h2 id="examples">Examples</h2>

<h4 id="caffe-1">Caffe</h4>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mvNCCompile deploy.prototxt <span class="nt">-w</span> bvlc_googlenet.caffemodel <span class="nt">-s</span> 12 <span class="nt">-in</span> input <span class="nt">-on</span> prob <span class="nt">-is</span> 224 224 <span class="nt">-o</span> GoogLeNet.graph
Expand Down
8 changes: 6 additions & 2 deletions docs/tools/profile.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<link rel="canonical" href="https://movidius.github.io/ncsdk/tools/profile.html" />
<meta property="og:url" content="https://movidius.github.io/ncsdk/tools/profile.html" />
<script type="application/ld+json">
{"url":"https://movidius.github.io/ncsdk/tools/profile.html","description":"Documentation for the Intel® Movidius™ Neural Compute SDK and Intel® Movidius™ Neural Compute API.","headline":"mvNCProfile","@type":"WebPage","@context":"http://schema.org"}</script>
{"description":"Documentation for the Intel® Movidius™ Neural Compute SDK and Intel® Movidius™ Neural Compute API.","@type":"WebPage","url":"https://movidius.github.io/ncsdk/tools/profile.html","headline":"mvNCProfile","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->

<script>
Expand Down Expand Up @@ -524,7 +524,7 @@ <h4 id="tensorflow">TensorFlow*</h4>
<tbody>
<tr>
<td><em>Caffe</em>:<br />network.prototxt<br /><br /><em>TensorFlow</em>:<br />network.meta<br />network.pb</td>
<td>Name of the network file (required).</td>
<td>Name of the network file (required). This argument must precede any of the other options.</td>
</tr>
<tr>
<td>[-w weights_file]</td>
Expand All @@ -550,6 +550,10 @@ <h4 id="tensorflow">TensorFlow*</h4>
<td>[-ec]</td>
<td>Skip certain compiler optimizations for concatenation; this may correct some issues with invalid results from concat layers or compile failures.</td>
</tr>
<tr>
<td>[–tf-ssd-config tensorflow_ssd_config_file]</td>
<td>Specify a TensorFlow SSD config file. This option is required to run TensorFlow SSD Mobilenet networks with the NCSDK. <a href="tf_ssd_config.html">NCSDK TensorFlow SSD config file information</a>.</td>
</tr>
</tbody>
</table>

Expand Down
Loading