Fix OpenVINO Export Docs (#14918)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
2774ba3b9e
commit
8771f923c0
10 changed files with 18 additions and 17 deletions
|
|
@ -59,13 +59,14 @@ Export a YOLOv8n model to OpenVINO format and run inference with the exported mo
|
|||
|
||||
## Arguments
|
||||
|
||||
| Key | Value | Description |
|
||||
| -------- | ------------ | ---------------------------------------------------- |
|
||||
| `format` | `'openvino'` | format to export to |
|
||||
| `imgsz` | `640` | image size as scalar or (h, w) list, i.e. (640, 480) |
|
||||
| `half` | `False` | FP16 quantization |
|
||||
| `int8` | `False` | INT8 quantization |
|
||||
| `batch` | `1` | batch size for inference |
|
||||
| Key | Value | Description |
|
||||
| --------- | ------------ | ---------------------------------------------------- |
|
||||
| `format` | `'openvino'` | format to export to |
|
||||
| `imgsz` | `640` | image size as scalar or (h, w) list, i.e. (640, 480) |
|
||||
| `half` | `False` | FP16 quantization |
|
||||
| `int8` | `False` | INT8 quantization |
|
||||
| `batch` | `1` | batch size for inference |
|
||||
| `dynamic` | `False` | allows dynamic input sizes |
|
||||
|
||||
## Benefits of OpenVINO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue