opencv/doc/tutorials/dnn/table_of_content_dnn.markdown

22 lines
933 B
Markdown
Raw Normal View History

2017-07-25 19:22:31 +08:00
Deep Neural Networks (dnn module) {#tutorial_table_of_content_dnn}
=====================================
- @subpage tutorial_dnn_googlenet
- @subpage tutorial_dnn_halide
- @subpage tutorial_dnn_halide_scheduling
2017-12-03 04:52:35 +08:00
- @subpage tutorial_dnn_android
- @subpage tutorial_dnn_yolo
2017-12-03 04:52:35 +08:00
- @subpage tutorial_dnn_javascript
- @subpage tutorial_dnn_custom_layers
- @subpage tutorial_dnn_OCR
- @subpage tutorial_dnn_text_spotting
#### PyTorch models with OpenCV
In this section you will find the guides, which describe how to run classification, segmentation and detection PyTorch DNN models with OpenCV.
- @subpage pytorch_cls_tutorial_dnn_conversion
- @subpage pytorch_cls_c_tutorial_dnn_conversion
#### TensorFlow models with OpenCV
In this section you will find the guides, which describe how to run classification, segmentation and detection TensorFlow DNN models with OpenCV.
- @subpage tf_cls_tutorial_dnn_conversion