Skip to content

Commit 7c956ea

Browse files
Fixing toctree directives
1 parent bde76f8 commit 7c956ea

File tree

4 files changed

+354
-375
lines changed

4 files changed

+354
-375
lines changed

demos/README.md

+68-72
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,73 @@
11
# Open Model Zoo Demos
22

3-
<!--
4-
@sphinxdirective
5-
6-
.. toctree::
7-
:maxdepth: 1
8-
:hidden:
9-
10-
omz_demos_human_pose_estimation_3d_demo_python
11-
omz_demos_3d_segmentation_demo_python
12-
omz_demos_action_recognition_demo_python
13-
omz_demos_background_subtraction_demo_cpp_gapi
14-
omz_demos_background_subtraction_demo_python
15-
omz_demos_bert_named_entity_recognition_demo_python
16-
omz_demos_bert_question_answering_embedding_demo_python
17-
omz_demos_bert_question_answering_demo_python
18-
omz_demos_classification_benchmark_demo_cpp
19-
omz_demos_classification_benchmark_demo_cpp_gapi
20-
omz_demos_classification_demo_python
21-
omz_demos_colorization_demo_python
22-
omz_demos_crossroad_camera_demo_cpp
23-
omz_demos_face_recognition_demo_python
24-
omz_demos_formula_recognition_demo_python
25-
omz_demos_gaze_estimation_demo_cpp_gapi
26-
omz_demos_interactive_face_detection_demo_cpp_gapi
27-
omz_demos_gaze_estimation_demo_cpp
28-
omz_demos_gesture_recognition_demo_cpp_gapi
29-
omz_demos_gesture_recognition_demo_python
30-
omz_demos_gpt2_text_prediction_demo_python
31-
omz_demos_handwritten_text_recognition_demo_python
32-
omz_demos_human_pose_estimation_demo_cpp
33-
omz_demos_human_pose_estimation_demo_python
34-
omz_demos_image_inpainting_demo_python
35-
omz_demos_image_processing_demo_cpp
36-
omz_demos_image_retrieval_demo_python
37-
omz_demos_segmentation_demo_cpp
38-
omz_demos_segmentation_demo_python
39-
omz_demos_image_translation_demo_python
40-
omz_demos_instance_segmentation_demo_python
41-
omz_demos_interactive_face_detection_demo_cpp
42-
omz_demos_machine_translation_demo_python
43-
omz_demos_monodepth_demo_python
44-
omz_demos_mri_reconstruction_demo_cpp
45-
omz_demos_mri_reconstruction_demo_python
46-
omz_demos_multi_camera_multi_target_tracking_demo_python
47-
omz_demos_multi_channel_face_detection_demo_cpp
48-
omz_demos_multi_channel_human_pose_estimation_demo_cpp
49-
omz_demos_multi_channel_object_detection_demo_yolov3_cpp
50-
omz_demos_noise_suppression_demo_cpp
51-
omz_demos_noise_suppression_demo_python
52-
omz_demos_object_detection_demo_cpp
53-
omz_demos_object_detection_demo_python
54-
omz_demos_pedestrian_tracker_demo_cpp
55-
omz_demos_place_recognition_demo_python
56-
omz_demos_security_barrier_camera_demo_cpp
57-
omz_demos_single_human_pose_estimation_demo_python
58-
omz_demos_smartlab_demo_python
59-
omz_demos_smart_classroom_demo_cpp
60-
omz_demos_smart_classroom_demo_cpp_gapi
61-
omz_demos_social_distance_demo_cpp
62-
omz_demos_sound_classification_demo_python
63-
omz_demos_speech_recognition_deepspeech_demo_python
64-
omz_demos_speech_recognition_quartznet_demo_python
65-
omz_demos_speech_recognition_wav2vec_demo_python
66-
omz_demos_mask_rcnn_demo_cpp
67-
omz_demos_text_detection_demo_cpp
68-
omz_demos_text_spotting_demo_python
69-
omz_demos_text_to_speech_demo_python
70-
omz_demos_time_series_forecasting_demo_python
71-
omz_demos_whiteboard_inpainting_demo_python
72-
73-
@endsphinxdirective
74-
-->
3+
```{toctree}
4+
:maxdepth: 1
5+
:hidden:
6+
7+
3D Human Pose Estimation Python Demo <omz_demos_human_pose_estimation_3d_demo_python>
8+
3D Segmentation Python Demo <omz_demos_3d_segmentation_demo_python>
9+
Action Recognition Python Demo <omz_demos_action_recognition_demo_python>
10+
G-API Background Subtraction Demo <omz_demos_background_subtraction_demo_cpp_gapi>
11+
Background subtraction Python Demo <omz_demos_background_subtraction_demo_python>
12+
BERT Named Entity Recognition Python Demo <omz_demos_bert_named_entity_recognition_demo_python>
13+
BERT Question Answering Embedding Python Demo <omz_demos_bert_question_answering_embedding_demo_python>
14+
BERT Question Answering Python Demo <omz_demos_bert_question_answering_demo_python>
15+
Classification Benchmark C++ Demo <omz_demos_classification_benchmark_demo_cpp>
16+
Classification Benchmark C++ G-API Demo <omz_demos_classification_benchmark_demo_cpp_gapi>
17+
Classification Python Demo <omz_demos_classification_demo_python>
18+
Colorization Demo <omz_demos_colorization_demo_python>
19+
Crossroad Camera C++ Demo <omz_demos_crossroad_camera_demo_cpp>
20+
Face Recognition Python Demo <omz_demos_face_recognition_demo_python>
21+
Formula Recognition Python Demo <omz_demos_formula_recognition_demo_python>
22+
G-API Gaze Estimation Demo <omz_demos_gaze_estimation_demo_cpp_gapi>
23+
G-API Interactive Face Detection Demo <omz_demos_interactive_face_detection_demo_cpp_gapi>
24+
Gaze Estimation Demo <omz_demos_gaze_estimation_demo_cpp>
25+
G-API Gesture Recognition Demo <omz_demos_gesture_recognition_demo_cpp_gapi>
26+
Gesture Recognition Python Demo <omz_demos_gesture_recognition_demo_python>
27+
GPT-2 Text Prediction Python Demo <omz_demos_gpt2_text_prediction_demo_python>
28+
Handwritten Text Recognition Demo <omz_demos_handwritten_text_recognition_demo_python>
29+
Human Pose Estimation C++ Demo <omz_demos_human_pose_estimation_demo_cpp>
30+
Human Pose Estimation Python Demo <omz_demos_human_pose_estimation_demo_python>
31+
Image Inpainting Python Demo <omz_demos_image_inpainting_demo_python>
32+
Image Processing C++ Demo <omz_demos_image_processing_demo_cpp>
33+
Image Retrieval Python Demo <omz_demos_image_retrieval_demo_python>
34+
Image Segmentation C++ Demo <omz_demos_segmentation_demo_cpp>
35+
Image Segmentation Python Demo <omz_demos_segmentation_demo_python>
36+
Image Translation Demo <omz_demos_image_translation_demo_python>
37+
Instance Segmentation Python Demo <omz_demos_instance_segmentation_demo_python>
38+
Interactive Face Detection C++ Demo <omz_demos_interactive_face_detection_demo_cpp>
39+
Machine Translation Python Demo <omz_demos_machine_translation_demo_python>
40+
MonoDepth Python Demo <omz_demos_monodepth_demo_python>
41+
MRI Reconstruction C++ Demo <omz_demos_mri_reconstruction_demo_cpp>
42+
MRI Reconstruction Python Demo <omz_demos_mri_reconstruction_demo_python>
43+
Multi Camera Multi Target Python Demo <omz_demos_multi_camera_multi_target_tracking_demo_python>
44+
Multi-Channel Face Detection C++ Demo <omz_demos_multi_channel_face_detection_demo_cpp>
45+
Multi-Channel Human Pose Estimation C++ Demo <omz_demos_multi_channel_human_pose_estimation_demo_cpp>
46+
Multi-Channel Object Detection Yolov3 C++ Demo <omz_demos_multi_channel_object_detection_demo_yolov3_cpp>
47+
Noise Suppression C++ Demo <omz_demos_noise_suppression_demo_cpp>
48+
Noise Suppression Python Demo <omz_demos_noise_suppression_demo_python>
49+
Object Detection C++ Demo <omz_demos_object_detection_demo_cpp>
50+
Object Detection Python Demo <omz_demos_object_detection_demo_python>
51+
Pedestrian Tracker C++ Demo <omz_demos_pedestrian_tracker_demo_cpp>
52+
Place Recognition Python Demo <omz_demos_place_recognition_demo_python>
53+
Security Barrier Camera C++ Demo <omz_demos_security_barrier_camera_demo_cpp>
54+
Single Human Pose Estimation Demo (top-down pipeline) <omz_demos_single_human_pose_estimation_demo_python>
55+
Smartlab Python Demo <omz_demos_smartlab_demo_python>
56+
Smart Classroom C++ Demo <omz_demos_smart_classroom_demo_cpp>
57+
Smart Classroom C++ G-API Demo <omz_demos_smart_classroom_demo_cpp_gapi>
58+
Social Distance C++ Demo <omz_demos_social_distance_demo_cpp>
59+
Sound Classification Python Demo <omz_demos_sound_classification_demo_python>
60+
Speech Recognition DeepSpeech Python Demo <omz_demos_speech_recognition_deepspeech_demo_python>
61+
Speech Recognition QuartzNet Python Demo <omz_demos_speech_recognition_quartznet_demo_python>
62+
Speech Recognition Wav2Vec Python Demo <omz_demos_speech_recognition_wav2vec_demo_python>
63+
TensorFlow Object Detection Mask R-CNNs Segmentation C++ Demo <omz_demos_mask_rcnn_demo_cpp>
64+
Text Detection C++ Demo <omz_demos_text_detection_demo_cpp>
65+
Text Spotting Python Demo <omz_demos_text_spotting_demo_python>
66+
Text-to-speech Python Demo <omz_demos_text_to_speech_demo_python>
67+
Time Series Forecasting Python Demo <omz_demos_time_series_forecasting_demo_python>
68+
Whiteboard Inpainting Python Demo <omz_demos_whiteboard_inpainting_demo_python>
69+
```
70+
7571

7672
Open Model Zoo demos are console applications that provide templates to help implement specific deep learning inference scenarios. These applications show how to preprocess and postrpocess data for model inference and organize processing pipelines. Some pipelines collect analysis data from several models being inferred simultaneously. For example, [detecting a person in a video stream along with detecting the person's physical attributes, such as age, gender, and emotional state](./interactive_face_detection_demo/cpp/README.md).
7773

0 commit comments

Comments
 (0)