Skip to content

Commit 06407b4

Browse files
committed
Merge pull request opencv#9233 from LaurentBerger:dnndoc
2 parents b4e300b + 69fd57b commit 06407b4

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Deep Neural Networks (dnn module) {#tutorial_table_of_content_dnn}
2+
=====================================
3+
4+
- @subpage tutorial_dnn_googlenet
5+
6+
*Compatibility:* \> OpenCV 3.3
7+
8+
*Author:* Vitaliy Lyudvichenko
9+
10+
In this tutorial you will learn how to use opencv_dnn module for image classification by using GoogLeNet trained network from Caffe model zoo.
11+
12+
- @subpage tutorial_dnn_halide
13+
14+
*Compatibility:* \> OpenCV 3.3
15+
16+
*Author:* Dmitry Kurtaev
17+
18+
This tutorial guidelines how to run your models in OpenCV deep learning module using Halide language backend
19+
20+
- @subpage tutorial_dnn_halide_scheduling
21+
22+
*Compatibility:* \> OpenCV 3.3
23+
24+
*Author:* Dmitry Kurtaev
25+
26+
In this tutorial we describe the ways to schedule your networks using Halide backend in OpenCV deep learning module.

doc/tutorials/tutorials.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ As always, we would be happy to hear your comments and receive your contribution
8585
- @subpage tutorial_table_of_content_viz
8686

8787
These tutorials show how to use Viz module effectively.
88+
89+
- @subpage tutorial_table_of_content_dnn
90+
91+
These tutorials show how to use dnn module effectively.

0 commit comments

Comments
 (0)