New HUB Cloud Training docs page (#8174)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
79e0d59eeb
commit
920ce66bf8
8 changed files with 175 additions and 186 deletions
|
|
@ -8,7 +8,7 @@ keywords: Ultralytics, YOLOv8, Inference API, object detection, RESTful API, Pyt
|
|||
|
||||
The YOLO Inference API allows you to access the YOLOv8 object detection capabilities via a RESTful API. This enables you to run object detection on images without the need to install and set up the YOLOv8 environment locally.
|
||||
|
||||
 Screenshot of the Inference API section in the trained model Preview tab.
|
||||
 Screenshot of the Inference API section in the trained model Preview tab.
|
||||
|
||||
## API URL
|
||||
|
||||
|
|
@ -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