Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/source/tutorials/hello_world.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Let's start off with an empty :class:`Pipeline` object
pipeline = depthai.Pipeline()

Now, first node we will add is a :class:`ColorCamera`. We will use the :code:`preview` output, resized to 300x300 to fit the
`mobilenet-ssd input size <https://docs.openvinotoolkit.org/latest/omz_models_public_mobilenet_ssd_mobilenet_ssd.html>`__ (which we will define later)
`mobilenet-ssd input size <https://docs.openvino.ai/2021.4/omz_models_model_mobilenet_ssd.html>`__ (which we will define later)

.. code-block:: python

Expand Down