Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
69fd57bc
Commit
69fd57bc
authored
7 years ago
by
LaurentBerger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tutorial link for dnn
parent
8741d97a
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
0 deletions
+31
-0
dnn_googlenet.markdown
doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown
+0
-0
dnn_halide.markdown
doc/tutorials/dnn/dnn_halide/dnn_halide.markdown
+0
-0
dnn_halide_scheduling.markdown
.../dnn/dnn_halide_scheduling/dnn_halide_scheduling.markdown
+0
-0
space_shuttle.jpg
doc/tutorials/dnn/images/space_shuttle.jpg
+0
-0
table_of_content_dnn.markdown
doc/tutorials/dnn/table_of_content_dnn.markdown
+27
-0
tutorials.markdown
doc/tutorials/tutorials.markdown
+4
-0
No files found.
modules/dnn/tutorials/tutorial_
dnn_googlenet.markdown
→
doc/tutorials/dnn/dnn_googlenet/
dnn_googlenet.markdown
View file @
69fd57bc
File moved
This diff is collapsed.
Click to expand it.
modules/dnn/tutorials/tutorial_
dnn_halide.markdown
→
doc/tutorials/dnn/dnn_halide/
dnn_halide.markdown
View file @
69fd57bc
File moved
This diff is collapsed.
Click to expand it.
modules/dnn/tutorials/tutorial_
dnn_halide_scheduling.markdown
→
doc/tutorials/dnn/dnn_halide_scheduling/
dnn_halide_scheduling.markdown
View file @
69fd57bc
File moved
This diff is collapsed.
Click to expand it.
modules/dnn/tutorials
/images/space_shuttle.jpg
→
doc/tutorials/dnn
/images/space_shuttle.jpg
View file @
69fd57bc
File moved
This diff is collapsed.
Click to expand it.
doc/tutorials/dnn/table_of_content_dnn.markdown
0 → 100644
View file @
69fd57bc
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
This diff is collapsed.
Click to expand it.
doc/tutorials/tutorials.markdown
View file @
69fd57bc
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment