Standardize str formatting in docs (#19276)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
6e7d888703
commit
2cad1c597b
22 changed files with 142 additions and 142 deletions
|
|
@ -70,7 +70,7 @@ Before diving into the usage instructions, it's important to note that while all
|
|||
|
||||
| Argument | Type | Default | Description |
|
||||
| -------- | ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `format` | `str` | `mnn` | Target format for the exported model, defining compatibility with various deployment environments. |
|
||||
| `format` | `str` | `'mnn'` | Target format for the exported model, defining compatibility with various deployment environments. |
|
||||
| `imgsz` | `int` or `tuple` | `640` | Desired image size for the model input. Can be an integer for square images or a tuple `(height, width)` for specific dimensions. |
|
||||
| `half` | `bool` | `False` | Enables FP16 (half-precision) quantization, reducing model size and potentially speeding up inference on supported hardware. |
|
||||
| `int8` | `bool` | `False` | Activates INT8 quantization, further compressing the model and speeding up inference with minimal [accuracy](https://www.ultralytics.com/glossary/accuracy) loss, primarily for edge devices. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue