Fix imgsz in docs to integer to train, val (#3941)
This commit is contained in:
parent
9f5ab67ba2
commit
0c20a1d18d
3 changed files with 3 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ Validation settings for YOLO models refer to the various hyperparameters and con
|
|||
| Key | Value | Description |
|
||||
|---------------|---------|--------------------------------------------------------------------|
|
||||
| `data` | `None` | path to data file, i.e. coco128.yaml |
|
||||
| `imgsz` | `640` | image size as scalar or (h, w) list, i.e. (640, 480) |
|
||||
| `imgsz` | `640` | size of input images as integer |
|
||||
| `batch` | `16` | number of images per batch (-1 for AutoBatch) |
|
||||
| `save_json` | `False` | save results to JSON file |
|
||||
| `save_hybrid` | `False` | save hybrid version of labels (labels + additional predictions) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue