File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
docs/source/components/nodes Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ sphinx:
25
25
# configuration: mkdocs.yml
26
26
27
27
# Optionally build your docs in additional formats such as PDF
28
- formats :
29
- - pdf
28
+ formats : []
30
29
31
30
# Optionally set the version of Python and requirements required to build your docs
32
31
python :
Original file line number Diff line number Diff line change 1
1
YoloDetectionNetwork
2
2
====================
3
3
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.
7
6
8
7
How to place it
9
8
###############
You can’t perform that action at this time.
0 commit comments