Skip to content

Commit 3c4ad6c

Browse files
Populate documentation
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent 5423dfd commit 3c4ad6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+561
-178
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
11
# Classification Model
2+
3+
```{eval-rst}
4+
.. doxygenclass:: ClassificationModel
5+
6+
```
7+
8+
## Probabilistic Labels Resolver
9+
10+
```{eval-rst}
11+
.. doxygenclass:: ProbabilisticLabelsResolver
12+
13+
```
14+
15+
## Greedy Labels Resolver
16+
17+
```{eval-rst}
18+
.. doxygenclass:: GreedyLabelsResolver
19+
20+
```
21+
22+
## Simple Labels Graph
23+
24+
```{eval-rst}
25+
.. doxygenclass:: SimpleLabelsGraph
26+
27+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# Detection Model
2+
3+
```{eval-rst}
4+
.. doxygenclass:: DetectionModel
5+
6+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# Detection Model Ext
2+
3+
```{eval-rst}
4+
.. doxygenclass:: DetectionModelExt
5+
6+
```
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Detection Model Ssd
1+
# Detection Model SSD
2+
3+
```{eval-rst}
4+
.. doxygenclass:: ModelSSD
5+
6+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# Detection Model Yolo
2+
3+
```{eval-rst}
4+
.. doxygenclass:: ModelYolo
5+
6+
```
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Detection Model Yolov3 Onnx
1+
# Detection Model Yolov3 ONNX
2+
3+
```{eval-rst}
4+
.. doxygenclass:: ModelYoloV3ONNX
5+
6+
```
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Detection Model Yolox
1+
# Detection Model YoloX
2+
3+
```{eval-rst}
4+
.. doxygenclass:: ModelYoloX
5+
6+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# Image Model
2+
3+
```{eval-rst}
4+
.. doxygenclass:: ImageModel
5+
6+
```

docs/source/cpp/models/index.md

Lines changed: 4 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,14 @@
1010

1111
[todo]
1212
:::
13-
:::{grid-item-card} Super Resolution Model
14-
:link: ./super_resolution_model
15-
:link-type: doc
16-
17-
[todo]
18-
:::
19-
:::{grid-item-card} Associative Embedding Decoder
20-
:link: ./associative_embedding_decoder
21-
:link-type: doc
2213

23-
[todo]
24-
:::
25-
:::{grid-item-card} Detection Model Centernet
26-
:link: ./detection_model_centernet
27-
:link-type: doc
28-
29-
[todo]
30-
:::
31-
:::{grid-item-card} Hpe Model Openpose
32-
:link: ./hpe_model_openpose
33-
:link-type: doc
34-
35-
[todo]
36-
:::
3714
:::{grid-item-card} Detection Model
3815
:link: ./detection_model
3916
:link-type: doc
4017

4118
[todo]
4219
:::
43-
:::{grid-item-card} Hpe Model Associative Embedding
44-
:link: ./hpe_model_associative_embedding
45-
:link-type: doc
4620

47-
[todo]
48-
:::
4921
:::{grid-item-card} Image Model
5022
:link: ./image_model
5123
:link-type: doc
@@ -64,13 +36,8 @@
6436

6537
[todo]
6638
:::
67-
:::{grid-item-card} Jpeg Restoration Model
68-
:link: ./jpeg_restoration_model
69-
:link-type: doc
7039

71-
[todo]
72-
:::
73-
:::{grid-item-card} Detection Model Yolov3 Onnx
40+
:::{grid-item-card} Detection Model Yolov3 ONNX
7441
:link: ./detection_model_yolov3_onnx
7542
:link-type: doc
7643

@@ -94,36 +61,26 @@
9461

9562
[todo]
9663
:::
97-
:::{grid-item-card} Detection Model Yolox
64+
:::{grid-item-card} Detection Model YoloX
9865
:link: ./detection_model_yolox
9966
:link-type: doc
10067

10168
[todo]
10269
:::
103-
:::{grid-item-card} Detection Model Ssd
70+
:::{grid-item-card} Detection Model SSD
10471
:link: ./detection_model_ssd
10572
:link-type: doc
10673

10774
[todo]
10875
:::
109-
:::{grid-item-card} Detection Model Faceboxes
110-
:link: ./detection_model_faceboxes
111-
:link-type: doc
11276

113-
[todo]
114-
:::
11577
:::{grid-item-card} Results
11678
:link: ./results
11779
:link-type: doc
11880

11981
[todo]
12082
:::
121-
:::{grid-item-card} Deblurring Model
122-
:link: ./deblurring_model
123-
:link-type: doc
12483

125-
[todo]
126-
:::
12784
:::{grid-item-card} Instance Segmentation
12885
:link: ./instance_segmentation
12986
:link-type: doc
@@ -136,13 +93,8 @@
13693

13794
[todo]
13895
:::
139-
:::{grid-item-card} Detection Model Retinaface
140-
:link: ./detection_model_retinaface
141-
:link-type: doc
14296

143-
[todo]
144-
:::
145-
:::{grid-item-card} Detection Model Yolo
97+
:::{grid-item-card} Detection Model YOLO
14698
:link: ./detection_model_yolo
14799
:link-type: doc
148100

@@ -152,24 +104,6 @@
152104
:link: ./classification_model
153105
:link-type: doc
154106

155-
[todo]
156-
:::
157-
:::{grid-item-card} Style Transfer Model
158-
:link: ./style_transfer_model
159-
:link-type: doc
160-
161-
[todo]
162-
:::
163-
:::{grid-item-card} Detection Model Retinaface Pt
164-
:link: ./detection_model_retinaface_pt
165-
:link-type: doc
166-
167-
[todo]
168-
:::
169-
:::{grid-item-card} Openpose Decoder
170-
:link: ./openpose_decoder
171-
:link-type: doc
172-
173107
[todo]
174108
:::
175109

@@ -180,32 +114,20 @@
180114
:hidden:
181115
182116
./model_base
183-
./super_resolution_model
184-
./associative_embedding_decoder
185-
./detection_model_centernet
186-
./hpe_model_openpose
187117
./detection_model
188-
./hpe_model_associative_embedding
189118
./image_model
190119
./internal_model_data
191120
./keypoint_detection
192-
./jpeg_restoration_model
193121
./detection_model_yolov3_onnx
194122
./anomaly_model
195123
./detection_model_ext
196124
./segmentation_model
197125
./detection_model_yolox
198126
./detection_model_ssd
199-
./detection_model_faceboxes
200127
./results
201-
./deblurring_model
202128
./instance_segmentation
203129
./input_data
204-
./detection_model_retinaface
205130
./detection_model_yolo
206131
./classification_model
207-
./style_transfer_model
208-
./detection_model_retinaface_pt
209-
./openpose_decoder
210132
211133
```
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# Input Data
2+
3+
```{eval-rst}
4+
.. doxygenclass:: InputData
5+
6+
```
7+
8+
## ImageInput Data
9+
10+
```{eval-rst}
11+
.. doxygenclass:: ImageInputData
12+
13+
```

0 commit comments

Comments
 (0)