ultralytics 8.0.97
confusion matrix, windows, docs updates (#2511)
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: Dowon <ks2515@naver.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
---
|
||||
comments: true
|
||||
description: Learn how torchvision organizes classification image datasets. Use this code to create and train models. CLI and Python code shown.
|
||||
---
|
||||
|
||||
# Image Classification Datasets Overview
|
||||
@ -77,6 +78,7 @@ cifar-10-/
|
||||
In this example, the `train` directory contains subdirectories for each class in the dataset, and each class subdirectory contains all the images for that class. The `test` directory has a similar structure. The `root` directory also contains other files that are part of the CIFAR10 dataset.
|
||||
|
||||
## Usage
|
||||
|
||||
!!! example ""
|
||||
|
||||
=== "Python"
|
||||
@ -98,4 +100,5 @@ In this example, the `train` directory contains subdirectories for each class in
|
||||
```
|
||||
|
||||
## Supported Datasets
|
||||
|
||||
TODO
|
Reference in New Issue
Block a user