Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -35,14 +35,30 @@ dataset_info:
|
|
35 |
num_bytes: 2017774670.25
|
36 |
num_examples: 48875
|
37 |
- name: test
|
38 |
-
num_bytes: 240662928
|
39 |
num_examples: 5750
|
40 |
- name: validation
|
41 |
num_bytes: 135991437.125
|
42 |
num_examples: 2875
|
43 |
download_size: 2350770974
|
44 |
dataset_size: 2394429035.375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
-
#
|
47 |
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
num_bytes: 2017774670.25
|
36 |
num_examples: 48875
|
37 |
- name: test
|
38 |
+
num_bytes: 240662928
|
39 |
num_examples: 5750
|
40 |
- name: validation
|
41 |
num_bytes: 135991437.125
|
42 |
num_examples: 2875
|
43 |
download_size: 2350770974
|
44 |
dataset_size: 2394429035.375
|
45 |
+
license: cc-by-4.0
|
46 |
+
task_categories:
|
47 |
+
- image-classification
|
48 |
+
language:
|
49 |
+
- en
|
50 |
+
size_categories:
|
51 |
+
- 10K<n<100K
|
52 |
---
|
53 |
+
# Materials in Context Dataset (MINC-2500)
|
54 |
|
55 |
+
## Dataset Description
|
56 |
+
- **Homepage:** http://opensurfaces.cs.cornell.edu/publications/minc/
|
57 |
+
- **Paper:** https://openaccess.thecvf.com/content_cvpr_2015/html/Bell_Material_Recognition_in_2015_CVPR_paper.html
|
58 |
+
|
59 |
+
## Dataset Summary
|
60 |
+
(from the website)
|
61 |
+
MINC-2500 is a patch classification dataset with 2500 samples per category
|
62 |
+
(Section 5.4 of the paper). This is a subset of MINC where samples have been
|
63 |
+
sized to 362 x 362 and each category is sampled evenly. The original resolution
|
64 |
+
images are not needed as we include the extracted patches in the archive.
|