Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/yolo/yolo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can print them to the console with::
ln = net.getLayerNames()
print(len(ln), ln)

The 524 elements consist of convolutional layers (``conv``),
The 254 elements consist of convolutional layers (``conv``),
rectifier linear units (``relu``) etc.::

254 ['conv_0', 'bn_0', 'relu_0', 'conv_1', 'bn_1', 'relu_1', 'conv_2', 'bn_2',
Expand Down Expand Up @@ -148,4 +148,4 @@ Sources
Tutorials:

* https://www.pyimagesearch.com/2017/08/21/deep-learning-with-opencv/
* https://www.learnopencv.com/deep-learning-based-object-detection-using-yolov3-with-opencv-python-c/
* https://www.learnopencv.com/deep-learning-based-object-detection-using-yolov3-with-opencv-python-c/