This commit is contained in:
Glenn Jocher 2023-04-22 19:59:38 +02:00 committed by GitHub
parent 8f5eeb09f3
commit 4af9ca7382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 46 additions and 46 deletions

View file

@ -68,7 +68,7 @@ downloaded and unzipped to see exactly how to structure your custom dataset.
</p>
The dataset YAML is the same standard YOLOv5 YAML format. See
the [YOLOv5 Train Custom Data tutorial](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) for full details.
the [YOLOv5 Train Custom Data tutorial](https://docs.ultralytics.com/yolov5/tutorials/train_custom_data) for full details.
```yaml
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]