Tocmac commited on
Commit
e1f94ec
·
verified ·
1 Parent(s): 578b6f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,13 +1,24 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
3
  ---
4
  # ReinAD: Towards Real-world Industrial Anomaly Detection with a Comprehensive Contrastive Dataset
5
 
6
- Our dataset consists of a training set and a test set. All normal and anomaly images are in JPG format, while all masks are in PNG format. In the mask annotations, pixels with a value of 0 represent normal regions, and pixels with a value of 1 represent anomaly regions.
7
 
8
  The file structure of the training set and the test set are consistent, as follows:
9
 
10
  ```text
 
 
 
 
 
 
 
 
 
11
  dataset/
12
  ├── train/
13
  │ ├── category1/
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
  ---
6
  # ReinAD: Towards Real-world Industrial Anomaly Detection with a Comprehensive Contrastive Dataset
7
 
8
+ Our dataset consists of a training set and a test set. All normal and anomaly images are in hdf5 format. In the mask annotations, pixels with a value of 0 represent normal regions, and pixels with a value of 1 represent anomaly regions.
9
 
10
  The file structure of the training set and the test set are consistent, as follows:
11
 
12
  ```text
13
+ dataset/
14
+ ├── train/
15
+ │ ├── category1.h5
16
+ │ └── category2.h5
17
+ └── test/
18
+ ├── category1.h5
19
+ └── category2.h5
20
+
21
+
22
  dataset/
23
  ├── train/
24
  │ ├── category1/