Skip to content

Commit d8dfcdb

Browse files
authored
Merge pull request #781 from luxonis/yolo_docs_update
Updated yolo docs
2 parents cfc2d90 + dd6eafd commit d8dfcdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/samples/SpatialDetection/spatial_tiny_yolo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RGB & TinyYolo with spatial data
22
================================
33

4-
This example shows how to run TinyYoloV3 and v4 on the RGB input frame, and how to display both the RGB
4+
This example shows how to run Yolo on the RGB input frame, and how to display both the RGB
55
preview, detections, depth map and spatial information (X,Y,Z). It's similar to example
66
:ref:`RGB & MobilenetSSD with spatial data` except it is running TinyYolo network.
77
X,Y,Z coordinates are relative to the center of depth map.

docs/source/samples/Yolo/tiny_yolo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RGB & Tiny YOLO
22
===============
33

4-
This example shows how to run Tiny YOLOv4 or YOLOv3 on the RGB input frame, and how to display both the RGB
4+
This example shows how to run YOLO on the RGB input frame, and how to display both the RGB
55
preview and the metadata results from the YOLO model on the preview. Decoding is done on the `RVC <https://docs.luxonis.com/projects/hardware/en/latest/pages/rvc/rvc2.html#rvc2>`__
66
instead on the host computer.
77

0 commit comments

Comments
 (0)