Skip to content

Commit dd6eafd

Browse files
authored
Merge branch 'main' into yolo_docs_update
2 parents 1def4c4 + cfc2d90 commit dd6eafd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ sphinx:
2525
# configuration: mkdocs.yml
2626

2727
# Optionally build your docs in additional formats such as PDF
28-
formats:
29-
- pdf
28+
formats: []
3029

3130
# Optionally set the version of Python and requirements required to build your docs
3231
python:

docs/source/components/nodes/yolo_detection_network.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
YoloDetectionNetwork
22
====================
33

4-
Yolo detection network node is very similar to :ref:`NeuralNetwork` (in fact it extends it). The only difference is that this node
5-
is specifically for the **(tiny) Yolo V3/V4** NN and it decodes the result of the NN on device. This means that :code:`Out` of this node is not a
6-
:ref:`NNData` (a byte array) but a :ref:`ImgDetections` that can easily be used in your code.
4+
Yolo detection network extends :ref:`NeuralNetwork` node by also adding **YOLO NN result decoding**, which happens on the OAK device.
5+
This means that :code:`Out` of this node is not a :ref:`NNData` (a byte array) but a :ref:`ImgDetections` that can easily be used in your code.
76

87
How to place it
98
###############

0 commit comments

Comments
 (0)