Docs updates and improvements (#8183)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Priytosh Tripathi <priytosh.revolution@live.com>
This commit is contained in:
parent
863c788f67
commit
22feb682d4
10 changed files with 155 additions and 142 deletions
|
|
@ -88,7 +88,7 @@ In this example, the `data` dictionary contains the query arguments `size`, `con
|
|||
This will send the query parameters along with the file in the POST request. See the table below for a full list of available inference arguments.
|
||||
|
||||
| Inference Argument | Default | Type | Notes |
|
||||
| ------------------ | ------- | ------- | ---------------------------------------------- |
|
||||
|--------------------|---------|---------|------------------------------------------------|
|
||||
| `size` | `640` | `int` | valid range is `32` - `1280` pixels |
|
||||
| `confidence` | `0.25` | `float` | valid range is `0.01` - `1.0` |
|
||||
| `iou` | `0.45` | `float` | valid range is `0.0` - `0.95` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue