[opencv] 156/251: update tutorial link for dnn
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.
commit 69fd57bc96dc734544870a79f1c44de19e7c6ec7
Author: LaurentBerger <laurent.berger at univ-lemans.fr>
Date: Tue Jul 25 13:22:31 2017 +0200
update tutorial link for dnn
---
.../dnn/dnn_googlenet/dnn_googlenet.markdown | 0
.../tutorials/dnn/dnn_halide/dnn_halide.markdown | 0
.../dnn_halide_scheduling.markdown | 0
.../tutorials/dnn}/images/space_shuttle.jpg | Bin
doc/tutorials/dnn/table_of_content_dnn.markdown | 26 +++++++++++++++++++++
doc/tutorials/tutorials.markdown | 4 ++++
6 files changed, 30 insertions(+)
diff --git a/modules/dnn/tutorials/tutorial_dnn_googlenet.markdown b/doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown
similarity index 100%
rename from modules/dnn/tutorials/tutorial_dnn_googlenet.markdown
rename to doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown
diff --git a/modules/dnn/tutorials/tutorial_dnn_halide.markdown b/doc/tutorials/dnn/dnn_halide/dnn_halide.markdown
similarity index 100%
rename from modules/dnn/tutorials/tutorial_dnn_halide.markdown
rename to doc/tutorials/dnn/dnn_halide/dnn_halide.markdown
diff --git a/modules/dnn/tutorials/tutorial_dnn_halide_scheduling.markdown b/doc/tutorials/dnn/dnn_halide_scheduling/dnn_halide_scheduling.markdown
similarity index 100%
rename from modules/dnn/tutorials/tutorial_dnn_halide_scheduling.markdown
rename to doc/tutorials/dnn/dnn_halide_scheduling/dnn_halide_scheduling.markdown
diff --git a/modules/dnn/tutorials/images/space_shuttle.jpg b/doc/tutorials/dnn/images/space_shuttle.jpg
similarity index 100%
rename from modules/dnn/tutorials/images/space_shuttle.jpg
rename to doc/tutorials/dnn/images/space_shuttle.jpg
diff --git a/doc/tutorials/dnn/table_of_content_dnn.markdown b/doc/tutorials/dnn/table_of_content_dnn.markdown
new file mode 100644
index 0000000..6931317
--- /dev/null
+++ b/doc/tutorials/dnn/table_of_content_dnn.markdown
@@ -0,0 +1,26 @@
+Deep Neural Networks (dnn module) {#tutorial_table_of_content_dnn}
+=====================================
+
+- @subpage tutorial_dnn_googlenet
+
+ *Compatibility:* \> OpenCV 3.3
+
+ *Author:* Vitaliy Lyudvichenko
+
+ In this tutorial you will learn how to use opencv_dnn module for image classification by using GoogLeNet trained network from Caffe model zoo.
+
+- @subpage tutorial_dnn_halide
+
+ *Compatibility:* \> OpenCV 3.3
+
+ *Author:* Dmitry Kurtaev
+
+ This tutorial guidelines how to run your models in OpenCV deep learning module using Halide language backend
+
+- @subpage tutorial_dnn_halide_scheduling
+
+ *Compatibility:* \> OpenCV 3.3
+
+ *Author:* Dmitry Kurtaev
+
+ In this tutorial we describe the ways to schedule your networks using Halide backend in OpenCV deep learning module.
\ No newline at end of file
diff --git a/doc/tutorials/tutorials.markdown b/doc/tutorials/tutorials.markdown
index 2942589..b008181 100644
--- a/doc/tutorials/tutorials.markdown
+++ b/doc/tutorials/tutorials.markdown
@@ -85,3 +85,7 @@ As always, we would be happy to hear your comments and receive your contribution
- @subpage tutorial_table_of_content_viz
These tutorials show how to use Viz module effectively.
+
+- @subpage tutorial_table_of_content_dnn
+
+ These tutorials show how to use dnn module effectively.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list