Skip to content

Commit

Permalink
Update onnxruntime.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yinfan98 authored Oct 8, 2023
1 parent 45e4364 commit 42b7709
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/zh_cn/06-custom-ops/onnxruntime.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
- [Inputs](#inputs-3)
- [Outputs](#outputs-3)
- [Type Constraints](#type-constraints-3)
- [NMSMatch](#nmsmatch)
- [Description](#description-2)
- [Parameters](#parameters-2)
- [Inputs](#inputs-2)
- [Outputs](#outputs-2)
- [Type Constraints](#type-constraints-2)
- [NMSMatch](#nmsmatch)
- [Description](#description-2)
- [Parameters](#parameters-2)
- [Inputs](#inputs-2)
- [Outputs](#outputs-2)
- [Type Constraints](#type-constraints-2)

<!-- TOC -->

Expand Down Expand Up @@ -189,9 +189,9 @@ Non Max Suppression with the suppression box match.

#### Parameters

| Type | Parameter | Description |
| ------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `float` | `iou_thr` | The IoU threshold for NMSMatch. |
| Type | Parameter | Description |
| ------- | ----------- | --------------------------------- |
| `float` | `iou_thr` | The IoU threshold for NMSMatch. |
| `float` | `score_thr` | The score threshold for NMSMatch. |

#### Inputs
Expand All @@ -207,7 +207,7 @@ Non Max Suppression with the suppression box match.

<dl>
<dt><tt>outputs[0]</tt>: T</dt>
<dd>Output feature; 2-D tensor of shape (K, 4), K is the number of matched boxes, 4 is batch id, class id, select boxes, supressed boxes.</dd>
<dd>Output feature; 2-D tensor of shape (K, 4), K is the number of matched boxes, 4 is batch id, class id, select boxes, suppressed boxes.</dd>
</dl>

#### Type Constraints
Expand Down

0 comments on commit 42b7709

Please sign in to comment.