fix structure
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ https://www.mvtec.com/company/research/datasets/mvtec-ad
|
|
| 21 |
---
|
| 22 |
## Dataset structure
|
| 23 |
|
|
|
|
|
|
|
| 24 |
Each category follows the structure:
|
| 25 |
category/
|
| 26 |
├── train/
|
|
@@ -30,7 +32,7 @@ category/
|
|
| 30 |
│ └── defect_type/
|
| 31 |
└── ground_truth/
|
| 32 |
└── defect_type/
|
| 33 |
-
|
| 34 |
|
| 35 |
- Training set: only normal images
|
| 36 |
- Test set: normal and anomalous images
|
|
|
|
| 21 |
---
|
| 22 |
## Dataset structure
|
| 23 |
|
| 24 |
+
|
| 25 |
+
```text
|
| 26 |
Each category follows the structure:
|
| 27 |
category/
|
| 28 |
├── train/
|
|
|
|
| 32 |
│ └── defect_type/
|
| 33 |
└── ground_truth/
|
| 34 |
└── defect_type/
|
| 35 |
+
```
|
| 36 |
|
| 37 |
- Training set: only normal images
|
| 38 |
- Test set: normal and anomalous images
|