Skip to content

Commit 168916e

Browse files
committed
fix docs (#3386)
1 parent ab184b0 commit 168916e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ In the above Python script, the following steps were executed:
180180
</tr>
181181
<tr>
182182
<td><code>threshold</code></td>
183-
<td>The actual image resolution used during model inference</td>
183+
<td>Filtering threshold for low-confidence object</td>
184184
<td><code>None|float|dict[int, float]</code></td>
185185
<td>
186186
<ul>

docs/pipeline_usage/tutorials/cv_pipelines/rotated_object_detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ for res in output:
174174
<td><code>None</code></td>
175175
</tr>
176176
<td><code>threshold</code></td>
177-
<td>模型推理时实际使用的图像分辨率</td>
177+
<td>低分object过滤阈值</td>
178178
<td><code>None|float|dict[int, float]</code></td>
179179
<td>
180180
<ul>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ In the above Python script, the following steps are performed:
198198
<td><code>None</code></td>
199199
</tr>
200200
<td><code>threshold</code></td>
201-
<td>Image resolution actually used during model inference</td>
201+
<td>Filtering threshold for low-confidence object</td>
202202
<td><code>None|float|dict[int, float]</code></td>
203203
<td>
204204
<ul>

docs/pipeline_usage/tutorials/cv_pipelines/small_object_detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ for res in output:
195195
<td><code>None</code></td>
196196
</tr>
197197
<td><code>threshold</code></td>
198-
<td>模型推理时实际使用的图像分辨率</td>
198+
<td>低置信度object过滤阈值</td>
199199
<td><code>None|float|dict[int, float]</code></td>
200200
<td>
201201
<ul>

0 commit comments

Comments
 (0)