forked from opencv/opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8741d97
commit 69fd57b
Showing
6 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters