Skip to content

Commit

Permalink
fix docs (#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
BluebirdStory committed Feb 18, 2025
1 parent ab184b0 commit 168916e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ In the above Python script, the following steps were executed:
</tr>
<tr>
<td><code>threshold</code></td>
<td>The actual image resolution used during model inference</td>
<td>Filtering threshold for low-confidence object</td>
<td><code>None|float|dict[int, float]</code></td>
<td>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ for res in output:
<td><code>None</code></td>
</tr>
<td><code>threshold</code></td>
<td>模型推理时实际使用的图像分辨率</td>
<td>低分object过滤阈值</td>
<td><code>None|float|dict[int, float]</code></td>
<td>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ In the above Python script, the following steps are performed:
<td><code>None</code></td>
</tr>
<td><code>threshold</code></td>
<td>Image resolution actually used during model inference</td>
<td>Filtering threshold for low-confidence object</td>
<td><code>None|float|dict[int, float]</code></td>
<td>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ for res in output:
<td><code>None</code></td>
</tr>
<td><code>threshold</code></td>
<td>模型推理时实际使用的图像分辨率</td>
<td>低置信度object过滤阈值</td>
<td><code>None|float|dict[int, float]</code></td>
<td>
<ul>
Expand Down

0 comments on commit 168916e

Please sign in to comment.