Skip to content

Commit 1ba49f0

Browse files
committed
Fix serving docs and update formula recognition schema (#3483)
1 parent 9f4c740 commit 1ba49f0

File tree

48 files changed

+646
-602
lines changed

Some content is hidden

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

48 files changed

+646
-602
lines changed

docs/pipeline_usage/tutorials/cv_pipelines/face_recognition.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -881,25 +881,25 @@ Below is the API reference for basic service deployment and multi-language servi
881881
<tr>
882882
<td><code>detThreshold</code></td>
883883
<td><code>number</code> | <code>null</code></td>
884-
<td>Refer to the <code>det_threshold</code> parameter description in the pipeline <code>predict</code> method.</td>
884+
<td>Please refer to description of the <code>det_threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
885885
<td>No</td>
886886
</tr>
887887
<tr>
888888
<td><code>recThreshold</code></td>
889889
<td><code>number</code> | <code>null</code></td>
890-
<td>Refer to the <code>rec_threshold</code> parameter description in the pipeline <code>predict</code> method.</td>
890+
<td>Please refer to description of the <code>rec_threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
891891
<td>No</td>
892892
</tr>
893893
<tr>
894894
<td><code>hammingRadius</code></td>
895895
<td><code>number</code> | <code>null</code></td>
896-
<td>Refer to the <code>hamming_radius</code> parameter description in the pipeline <code>predict</code> method.</td>
896+
<td>Please refer to the description of the <code>hamming_radius</code> parameter of the pipeline object's <code>predict</code> method.</td>
897897
<td>No</td>
898898
</tr>
899899
<tr>
900900
<td><code>topk</code></td>
901901
<td><code>integer</code> | <code>null</code></td>
902-
<td>Refer to the <code>topk</code> parameter description in the pipeline <code>predict</code> method.</td>
902+
<td>Please refer to description of the <code>topk</code> parameter of the pipeline object's <code>predict</code> method.</td>
903903
<td>No</td>
904904
</tr>
905905
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/face_recognition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -877,25 +877,25 @@ data_root # 数据集根目录,目录名称可以改变
877877
<tr>
878878
<td><code>detThreshold</code></td>
879879
<td><code>number</code> | <code>null</code></td>
880-
<td>参见产线 <code>predict</code> 方法中的 <code>det_threshold</code> 参数说明。</td>
880+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>det_threshold</code> 参数相关说明。</td>
881881
<td>否</td>
882882
</tr>
883883
<tr>
884884
<td><code>recThreshold</code></td>
885885
<td><code>number</code> | <code>null</code></td>
886-
<td>参见产线 <code>predict</code> 方法中的 <code>rec_threshold</code> 参数说明。</td>
886+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>rec_threshold</code> 参数相关说明。</td>
887887
<td>否</td>
888888
</tr>
889889
<tr>
890890
<td><code>hammingRadius</code></td>
891891
<td><code>number</code> | <code>null</code></td>
892-
<td>参见产线 <code>predict</code> 方法中的 <code>hamming_radius</code> 参数说明。</td>
892+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>hamming_radius</code> 参数相关说明。</td>
893893
<td>否</td>
894894
</tr>
895895
<tr>
896896
<td><code>topk</code></td>
897897
<td><code>integer</code> | <code>null</code></td>
898-
<td>参见产线 <code>predict</code> 方法中的 <code>topk</code> 参数说明。</td>
898+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>topk</code> 参数相关说明。</td>
899899
<td>否</td>
900900
</tr>
901901
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/general_image_recognition.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -842,25 +842,25 @@ Below is the API reference for basic service deployment and multi-language servi
842842
<tr>
843843
<td><code>detThreshold</code></td>
844844
<td><code>number</code> | <code>null</code></td>
845-
<td>Refer to the <code>det_threshold</code> parameter description in the pipeline <code>predict</code> method.</td>
845+
<td>Please refer to the description of the <code>det_threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
846846
<td>No</td>
847847
</tr>
848848
<tr>
849849
<td><code>recThreshold</code></td>
850850
<td><code>number</code> | <code>null</code></td>
851-
<td>Refer to the <code>rec_threshold</code> parameter description in the pipeline <code>predict</code> method.</td>
851+
<td>Please refer to the description of the <code>rec_threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
852852
<td>No</td>
853853
</tr>
854854
<tr>
855855
<td><code>hammingRadius</code></td>
856856
<td><code>number</code> | <code>null</code></td>
857-
<td>Refer to the <code>hamming_radius</code> parameter description in the pipeline <code>predict</code> method.</td>
857+
<td>Please refer to the description of the <code>hamming_radius</code> parameter of the pipeline object's <code>predict</code> method.</td>
858858
<td>No</td>
859859
</tr>
860860
<tr>
861861
<td><code>topk</code></td>
862862
<td><code>integer</code> | <code>null</code></td>
863-
<td>Refer to the <code>topk</code> parameter description in the pipeline <code>predict</code> method.</td>
863+
<td>Please refer to the description of the <code>topk</code> parameter of the pipeline object's <code>predict</code> method.</td>
864864
<td>No</td>
865865
</tr>
866866
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/general_image_recognition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,25 +839,25 @@ data_root # 数据集根目录,目录名称可以改变
839839
<tr>
840840
<td><code>detThreshold</code></td>
841841
<td><code>number</code> | <code>null</code></td>
842-
<td>参见产线 <code>predict</code> 方法中的 <code>det_threshold</code> 参数说明。</td>
842+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>det_threshold</code> 参数相关说明。</td>
843843
<td>否</td>
844844
</tr>
845845
<tr>
846846
<td><code>recThreshold</code></td>
847847
<td><code>number</code> | <code>null</code></td>
848-
<td>参见产线 <code>predict</code> 方法中的 <code>rec_threshold</code> 参数说明。</td>
848+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>rec_threshold</code> 参数相关说明。</td>
849849
<td>否</td>
850850
</tr>
851851
<tr>
852852
<td><code>hammingRadius</code></td>
853853
<td><code>number</code> | <code>null</code></td>
854-
<td>参见产线 <code>predict</code> 方法中的 <code>hamming_radius</code> 参数说明。</td>
854+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>hamming_radius</code> 参数相关说明。</td>
855855
<td>否</td>
856856
</tr>
857857
<tr>
858858
<td><code>topk</code></td>
859859
<td><code>integer</code> | <code>null</code></td>
860-
<td>参见产线 <code>predict</code> 方法中的 <code>topk</code> 参数说明。</td>
860+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>topk</code> 参数相关说明。</td>
861861
<td>否</td>
862862
</tr>
863863
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/image_classification.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ Below are the API references for basic service deployment and examples of multi-
12551255
<tr>
12561256
<td><code>topk</code></td>
12571257
<td><code>integer</code> | <code>null</code></td>
1258-
<td>See the <code>topk</code> parameter description in the <code>predict</code> method documentation.</td>
1258+
<td>Pleaser to ription of the <code>topk</code> parameter of the pipeline object's <code>predict</code> method.</td>
12591259
<td>No</td>
12601260
</tr>
12611261
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/image_classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ for res in output:
10711071
<tr>
10721072
<td><code>topk</code></td>
10731073
<td><code>integer</code> | <code>null</code></td>
1074-
<td>参见产线 <code>predict</code> 方法中的 <code>topk</code> 参数说明。</td>
1074+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>topk</code> 参数相关说明。</td>
10751075
<td>否</td>
10761076
</tr>
10771077
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Below is the API reference for basic service deployment and multi-language servi
450450
<tr>
451451
<td><code>threshold</code></td>
452452
<td><code>number</code> | <code>array</code> | <code>object</code> | <code>null</code></td>
453-
<td>Refer to the <code>threshold</code> parameter description in the pipeline <code>predict</code> method.</td>
453+
<td>Please refer to the description of the <code>threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
454454
<td>No</td>
455455
</tr>
456456
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ for res in output:
446446
<tr>
447447
<td><code>threshold</code></td>
448448
<td><code>number</code> | <code>array</code> | <code>object</code> | <code>null</code></td>
449-
<td>参见产线 <code>predict</code> 方法中的 <code>threshold</code> 参数说明。</td>
449+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>threshold</code> 参数相关说明。</td>
450450
<td>否</td>
451451
</tr>
452452
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/instance_segmentation.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Below are the API references for basic service deployment and examples of multi-
564564
<tr>
565565
<td><code>threshold</code></td>
566566
<td><code>number</code> | <code>null</code></td>
567-
<td>Refer to the <code>threshold</code> parameter description in the pipeline <code>predict</code> method.</td>
567+
<td>Please refer to the description of the <code>threshold</code> parameter of the pipeline object's <code>predict</code> method.</td>
568568
<td>No</td>
569569
</tr>
570570
</tbody>

docs/pipeline_usage/tutorials/cv_pipelines/instance_segmentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ for res in output:
561561
<tr>
562562
<td><code>threshold</code></td>
563563
<td><code>number</code> | <code>null</code></td>
564-
<td>参见产线 <code>predict</code> 方法中的 <code>threshold</code> 参数说明。</td>
564+
<td>请参阅产线对象中 <code>predict</code> 方法的 <code>threshold</code> 参数相关说明。</td>
565565
<td>否</td>
566566
</tr>
567567
</tbody>

0 commit comments

Comments
 (0)