added command tar bash
Browse files
README.md
CHANGED
|
@@ -18,6 +18,20 @@ It contains high-resolution images of multiple object and texture categories, in
|
|
| 18 |
Official website:
|
| 19 |
https://www.mvtec.com/company/research/datasets/mvtec-ad
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
## Dataset structure
|
| 23 |
|
|
|
|
| 18 |
Official website:
|
| 19 |
https://www.mvtec.com/company/research/datasets/mvtec-ad
|
| 20 |
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## Dataset format
|
| 24 |
+
|
| 25 |
+
In this repository, the dataset is provided as a **single compressed archive (`.tar.gz`)** for fast and convenient download.
|
| 26 |
+
|
| 27 |
+
After downloading, the archive must be extracted locally to obtain the standard MVTec AD directory structure.
|
| 28 |
+
|
| 29 |
+
Example:
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
tar -xzf mvtec_ad.tar.gz
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
---
|
| 36 |
## Dataset structure
|
| 37 |
|