ultralytics 8.0.92 updates and fixes (#2361)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: introvin <vinod.4166@gmail.com> Co-authored-by: marinmarcillat <58145636+marinmarcillat@users.noreply.github.com> Co-authored-by: BIGBOSS-FOX <47949596+BIGBOSS-FOX@users.noreply.github.com>
This commit is contained in:
co-authored by
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Yonghye Kwon
introvin
marinmarcillat
BIGBOSS-FOX
parent
3fd317edfd
commit
0ebd3f2959
+10
-4
@@ -77,10 +77,16 @@ see the [Configuration](../usage/cfg.md) page.
|
||||
The YOLO classification dataset format is same as the torchvision format. Each class of images has its own folder and you have to simply pass the path of the dataset folder, i.e, `yolo classify train data="path/to/dataset"`
|
||||
```
|
||||
dataset/
|
||||
├── class1/
|
||||
├── class2/
|
||||
├── class3/
|
||||
├── ...
|
||||
├── train/
|
||||
├──── class1/
|
||||
├──── class2/
|
||||
├──── class3/
|
||||
├──── ...
|
||||
├── val/
|
||||
├──── class1/
|
||||
├──── class2/
|
||||
├──── class3/
|
||||
├──── ...
|
||||
```
|
||||
## Val
|
||||
|
||||
|
||||
Reference in New Issue
Block a user