ultralytics 8.0.50
AMP check and YOLOv5u YAMLs (#1263)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Troy <wudashuo@vip.qq.com> Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: Huijae Lee <46982469+ZeroAct@users.noreply.github.com>
This commit is contained in:
@ -55,7 +55,7 @@ include train, val, and predict.
|
||||
| mode | 'train' | YOLO mode, i.e. train, val, predict, or export |
|
||||
| resume | False | resume training from last checkpoint or custom checkpoint if passed as resume=path/to/best.pt |
|
||||
| model | null | path to model file, i.e. yolov8n.pt, yolov8n.yaml |
|
||||
| data | null | path to data file, i.e. i.e. coco128.yaml |
|
||||
| data | null | path to data file, i.e. coco128.yaml |
|
||||
|
||||
### Training
|
||||
|
||||
@ -69,7 +69,7 @@ task.
|
||||
| Key | Value | Description |
|
||||
|-----------------|--------|--------------------------------------------------------------------------------|
|
||||
| model | null | path to model file, i.e. yolov8n.pt, yolov8n.yaml |
|
||||
| data | null | path to data file, i.e. i.e. coco128.yaml |
|
||||
| data | null | path to data file, i.e. coco128.yaml |
|
||||
| epochs | 100 | number of epochs to train for |
|
||||
| patience | 50 | epochs to wait for no observable improvement for early stopping of training |
|
||||
| batch | 16 | number of images per batch (-1 for AutoBatch) |
|
||||
|
@ -47,7 +47,7 @@ source can be used as a stream and the model argument required for that source.
|
||||
| CSV | | `'sources.csv'` | `str`, `Path` | RTSP, RTMP, HTTP |
|
||||
| video | ✓ | `'vid.mp4'` | `str`, `Path` | |
|
||||
| directory | ✓ | `'path/'` | `str`, `Path` | |
|
||||
| glob | ✓ | `path/*.jpg'` | `str` | Use `*` operator |
|
||||
| glob | ✓ | `'path/*.jpg'` | `str` | Use `*` operator |
|
||||
| YouTube | ✓ | `'https://youtu.be/Zgi9g1ksQHc'` | `str` | |
|
||||
| stream | ✓ | `'rtsp://example.com/media.mp4'` | `str` | RTSP, RTMP, HTTP |
|
||||
|
||||
|
Reference in New Issue
Block a user