jamarks commited on
Commit
796edf8
1 Parent(s): e81363c

Update README.md

Browse files

Filling in README

Files changed (1) hide show
  1. README.md +46 -111
README.md CHANGED
@@ -14,7 +14,8 @@ tags:
14
  - image
15
  - image-classification
16
  - image-segmentation
17
- dataset_summary: '
 
18
 
19
 
20
 
@@ -22,13 +23,14 @@ dataset_summary: '
22
 
23
 
24
 
25
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 5354 samples.
 
26
 
27
 
28
  ## Installation
29
 
30
 
31
- If you haven''t already, install FiftyOne:
32
 
33
 
34
  ```bash
@@ -50,9 +52,9 @@ dataset_summary: '
50
 
51
  # Load the dataset
52
 
53
- # Note: other available arguments include ''max_samples'', etc
54
 
55
- dataset = fouh.load_from_hub("jamarks/mvtec-ad")
56
 
57
 
58
  # Launch the App
@@ -60,8 +62,6 @@ dataset_summary: '
60
  session = fo.launch_app(dataset)
61
 
62
  ```
63
-
64
- '
65
  ---
66
 
67
  # Dataset Card for MVTec AD
@@ -92,7 +92,7 @@ import fiftyone.utils.huggingface as fouh
92
 
93
  # Load the dataset
94
  # Note: other available arguments include 'max_samples', etc
95
- dataset = fouh.load_from_hub("jamarks/mvtec-ad")
96
 
97
  # Launch the App
98
  session = fo.launch_app(dataset)
@@ -103,130 +103,65 @@ session = fo.launch_app(dataset)
103
 
104
  ### Dataset Description
105
 
106
- <!-- Provide a longer summary of what this dataset is. -->
107
-
108
 
 
109
 
110
- - **Curated by:** [More Information Needed]
111
- - **Funded by [optional]:** [More Information Needed]
112
- - **Shared by [optional]:** [More Information Needed]
113
- - **Language(s) (NLP):** en
114
- - **License:** cc-by-4.0
115
-
116
- ### Dataset Sources [optional]
117
-
118
- <!-- Provide the basic links for the dataset. -->
119
 
120
- - **Repository:** [More Information Needed]
121
- - **Paper [optional]:** [More Information Needed]
122
- - **Demo [optional]:** [More Information Needed]
123
 
124
- ## Uses
125
 
126
- <!-- Address questions around how the dataset is intended to be used. -->
127
 
128
- ### Direct Use
129
-
130
- <!-- This section describes suitable use cases for the dataset. -->
131
-
132
- [More Information Needed]
133
-
134
- ### Out-of-Scope Use
135
-
136
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
137
 
138
- [More Information Needed]
139
 
140
- ## Dataset Structure
141
 
142
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
 
143
 
144
- [More Information Needed]
145
 
146
  ## Dataset Creation
147
 
148
- ### Curation Rationale
149
-
150
- <!-- Motivation for the creation of this dataset. -->
151
-
152
- [More Information Needed]
153
 
154
  ### Source Data
155
 
156
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
157
-
158
- #### Data Collection and Processing
159
-
160
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
161
-
162
- [More Information Needed]
163
-
164
- #### Who are the source data producers?
165
-
166
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
167
-
168
- [More Information Needed]
169
-
170
- ### Annotations [optional]
171
-
172
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
173
-
174
- #### Annotation process
175
 
176
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
177
-
178
- [More Information Needed]
179
-
180
- #### Who are the annotators?
181
-
182
- <!-- This section describes the people or systems who created the annotations. -->
183
-
184
- [More Information Needed]
185
-
186
- #### Personal and Sensitive Information
187
-
188
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
189
-
190
- [More Information Needed]
191
-
192
- ## Bias, Risks, and Limitations
193
-
194
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
195
-
196
- [More Information Needed]
197
-
198
- ### Recommendations
199
-
200
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
201
-
202
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
203
-
204
- ## Citation [optional]
205
 
206
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
207
 
208
  **BibTeX:**
209
 
210
- [More Information Needed]
211
-
212
- **APA:**
213
-
214
- [More Information Needed]
215
-
216
- ## Glossary [optional]
217
-
218
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
219
-
220
- [More Information Needed]
221
-
222
- ## More Information [optional]
223
-
224
- [More Information Needed]
225
-
226
- ## Dataset Card Authors [optional]
227
-
228
- [More Information Needed]
 
 
 
229
 
230
- ## Dataset Card Contact
231
 
232
- [More Information Needed]
 
14
  - image
15
  - image-classification
16
  - image-segmentation
17
+ - anomaly-detection
18
+ dataset_summary: >
19
 
20
 
21
 
 
23
 
24
 
25
 
26
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 5354
27
+ samples.
28
 
29
 
30
  ## Installation
31
 
32
 
33
+ If you haven't already, install FiftyOne:
34
 
35
 
36
  ```bash
 
52
 
53
  # Load the dataset
54
 
55
+ # Note: other available arguments include 'max_samples', etc
56
 
57
+ dataset = fouh.load_from_hub("Voxel51/mvtec-ad")
58
 
59
 
60
  # Launch the App
 
62
  session = fo.launch_app(dataset)
63
 
64
  ```
 
 
65
  ---
66
 
67
  # Dataset Card for MVTec AD
 
92
 
93
  # Load the dataset
94
  # Note: other available arguments include 'max_samples', etc
95
+ dataset = fouh.load_from_hub("Voxel51/mvtec-ad")
96
 
97
  # Launch the App
98
  session = fo.launch_app(dataset)
 
103
 
104
  ### Dataset Description
105
 
106
+ MVTec AD is a dataset for benchmarking anomaly detection methods with a focus on industrial inspection. It contains over 5000 high-resolution images divided into fifteen different object and texture categories. Each category comprises a set of defect-free training images and a test set of images with various kinds of defects as well as images without defects.
 
107
 
108
+ Pixel-precise annotations of all anomalies are also provided.
109
 
110
+ The data is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
 
 
 
 
 
 
 
 
111
 
112
+ In particular, it is not allowed to use the dataset for commercial purposes. If you are unsure whether or not your application violates the non-commercial use clause of the license, please contact the dataset's authors.
 
 
113
 
114
+ If you have any questions or comments about the dataset, feel free to contact the dataset's authors via email at re-request@mvtec.com
115
 
 
116
 
117
+ - **Language(s) (NLP):** en
118
+ - **License:** cc-by-4.0
 
 
 
 
 
 
 
119
 
120
+ ### Dataset Sources
121
 
122
+ <!-- Provide the basic links for the dataset. -->
123
 
124
+ - **Dataset Homepage** https://www.mvtec.com/company/research/datasets/mvtec-ad
125
+ - **Paper:** [The MVTec Anomaly Detection Dataset: A Comprehensive Real-World
126
+ Dataset for Unsupervised Anomaly Detection](https://link.springer.com/content/pdf/10.1007/s11263-020-01400-4.pdf)
127
 
 
128
 
129
  ## Dataset Creation
130
 
 
 
 
 
 
131
 
132
  ### Source Data
133
 
134
+ Data downloaded and converted from [MVTec website](https://www.mvtec.com/company/research/datasets/mvtec-ad)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
+ ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
139
 
140
  **BibTeX:**
141
 
142
+ ```bibtex
143
+
144
+ @article{Bergmann2021MVTecAnomalyDetection,
145
+ title={The MVTec Anomaly Detection Dataset: A Comprehensive Real-World Dataset for Unsupervised Anomaly Detection},
146
+ author={Bergmann, Paul and Batzner, Kilian and Fauser, Michael and Sattlegger, David and Steger, Carsten},
147
+ journal={International Journal of Computer Vision},
148
+ volume={129},
149
+ number={4},
150
+ pages={1038--1059},
151
+ year={2021},
152
+ doi={10.1007/s11263-020-01400-4}
153
+ }
154
+
155
+ @inproceedings{Bergmann2019MVTecAD,
156
+ title={MVTec AD — A Comprehensive Real-World Dataset for Unsupervised Anomaly Detection},
157
+ author={Bergmann, Paul and Fauser, Michael and Sattlegger, David and Steger, Carsten},
158
+ booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
159
+ pages={9584--9592},
160
+ year={2019},
161
+ doi={10.1109/CVPR.2019.00982}
162
+ }
163
+ ```
164
 
165
+ ## Dataset Card Authors
166
 
167
+ [Jacob Marks](https://huggingface.co/jamarks)