Add Docs glossary links (#16448)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
8b8c25f216
commit
443fbce194
193 changed files with 1124 additions and 1124 deletions
|
|
@ -112,12 +112,12 @@ curl -X POST "https://api.ultralytics.com/v1/predict/MODEL_ID" \
|
|||
|
||||
See the table below for a full list of available inference arguments.
|
||||
|
||||
| Argument | Default | Type | Description |
|
||||
| -------- | ------- | ------- | -------------------------------------------------------------------- |
|
||||
| `file` | | `file` | Image or video file to be used for inference. |
|
||||
| `imgsz` | `640` | `int` | Size of the input image, valid range is `32` - `1280` pixels. |
|
||||
| `conf` | `0.25` | `float` | Confidence threshold for predictions, valid range `0.01` - `1.0`. |
|
||||
| `iou` | `0.45` | `float` | Intersection over Union (IoU) threshold, valid range `0.0` - `0.95`. |
|
||||
| Argument | Default | Type | Description |
|
||||
| -------- | ------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `file` | | `file` | Image or video file to be used for inference. |
|
||||
| `imgsz` | `640` | `int` | Size of the input image, valid range is `32` - `1280` pixels. |
|
||||
| `conf` | `0.25` | `float` | Confidence threshold for predictions, valid range `0.01` - `1.0`. |
|
||||
| `iou` | `0.45` | `float` | [Intersection over Union](https://www.ultralytics.com/glossary/intersection-over-union-iou) (IoU) threshold, valid range `0.0` - `0.95`. |
|
||||
|
||||
## Response
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue