Fix imgsz in docs to integer to train, val (#3941)

This commit is contained in:
Laughing 2023-07-25 21:54:07 +08:00 committed by GitHub
parent 9f5ab67ba2
commit 0c20a1d18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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) |