Skip to content

Commit

Permalink
Update first_steps.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 authored Jun 3, 2021
1 parent 0853372 commit e7266ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/pages/tutorials/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ To receive MyriadX blob, the network has to be already in OpenVINO IR format (co
files) that will be used for compilation. We won't focus here on how to obtain this representation for your model, but be sure
to check `official OpenVINO conversion guide <https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_prepare_model_convert_model_Converting_Model.html>`__.

To convert :code`custom_model.xml` and :code:`custom_model.bin`, we'll use the `blobconverter cli <https://pypi.org/project/blobconverter/>`__ - our
To convert :code:`custom_model.xml` and :code:`custom_model.bin`, we'll use the `blobconverter cli <https://pypi.org/project/blobconverter/>`__ - our
tool that utilizes `Online MyriadX blob converter <http://luxonis.com:8080/>`__ to perform the conversion.
No local OpenVINO installation is needed in this case, as all of the dependencies are already installed on the server.
If your model is in TensorFlow or Caffe format, you can still use our tool for conversion, just note that
Expand Down Expand Up @@ -547,4 +547,4 @@ In the previous sections, we learned how to preview basic DepthAI features. From

Visit :ref:`Custom training` page for ready to use Colab notebooks

.. include:: /pages/includes/footer-long.rst
.. include:: /pages/includes/footer-long.rst

0 comments on commit e7266ce

Please sign in to comment.