Skip to content

Commit 117186a

Browse files
committed
add metadata files
1 parent 3f0754e commit 117186a

File tree

9 files changed

+396
-0
lines changed

9 files changed

+396
-0
lines changed
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"citation": "\n",
3+
"description": "Imagewang contains Imagenette and Imagewoof combined\nImage\u7f51 (pronounced \"Imagewang\"; \u7f51 means \"net\" in Chinese) contains Imagenette\nand Imagewoof combined, but with some twists that make it into a tricky\nsemi-supervised unbalanced classification problem:\n\n* The validation set is the same as Imagewoof (i.e. 30% of Imagewoof images);\n there are no Imagenette images in the validation set (they're all in the\n training set)\n* Only 10% of Imagewoof images are in the training set!\n* The remaining are in the unsup (\"unsupervised\") directory, and you can not\n use their labels in training!\n* It's even hard to type and hard to say!\n\nThe dataset comes in three variants:\n * Full size\n * 320 px\n * 160 px\nThis dataset consists of the Imagenette dataset {size} variant.\n",
4+
"location": {
5+
"urls": [
6+
"https://dataset-homepage://github.com/fastai/imagenette"
7+
]
8+
},
9+
"name": "imagewang",
10+
"schema": {
11+
"feature": [
12+
{
13+
"name": "image",
14+
"shape": {
15+
"dim": [
16+
{
17+
"size": "-1"
18+
},
19+
{
20+
"size": "-1"
21+
},
22+
{
23+
"size": "3"
24+
}
25+
]
26+
},
27+
"type": "INT"
28+
},
29+
{
30+
"name": "label",
31+
"type": "INT"
32+
}
33+
]
34+
},
35+
"sizeInBytes": "191498213",
36+
"splits": [
37+
{
38+
"name": "train",
39+
"numShards": "1",
40+
"shardLengths": [
41+
"14669"
42+
],
43+
"statistics": {
44+
"features": [
45+
{
46+
"name": "image",
47+
"numStats": {
48+
"commonStats": {
49+
"numNonMissing": "14669"
50+
},
51+
"max": 255.0
52+
}
53+
},
54+
{
55+
"name": "label",
56+
"numStats": {
57+
"commonStats": {
58+
"numNonMissing": "14669"
59+
},
60+
"max": 19.0
61+
}
62+
}
63+
],
64+
"numExamples": "14669"
65+
}
66+
},
67+
{
68+
"name": "validation",
69+
"numShards": "1",
70+
"shardLengths": [
71+
"3929"
72+
],
73+
"statistics": {
74+
"features": [
75+
{
76+
"name": "image",
77+
"numStats": {
78+
"commonStats": {
79+
"numNonMissing": "3929"
80+
},
81+
"max": 255.0
82+
}
83+
},
84+
{
85+
"name": "label",
86+
"numStats": {
87+
"commonStats": {
88+
"numNonMissing": "3929"
89+
},
90+
"max": 18.0,
91+
"min": 2.0
92+
}
93+
}
94+
],
95+
"numExamples": "3929"
96+
}
97+
}
98+
],
99+
"supervisedKeys": {
100+
"input": "image",
101+
"output": "label"
102+
},
103+
"version": "2.0.0"
104+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"encoding_format": "png", "shape": [-1, -1, 3]}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
n03394916
2+
n03417042
3+
n02089973
4+
n02086240
5+
n02105641
6+
n02087394
7+
n02099601
8+
n02115641
9+
n03445777
10+
n02102040
11+
n03425413
12+
n03888257
13+
n03028079
14+
n03000684
15+
n01440764
16+
n02093754
17+
n02111889
18+
n02096294
19+
n02088364
20+
n02979186
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"citation": "\n",
3+
"description": "Imagewang contains Imagenette and Imagewoof combined\nImage\u7f51 (pronounced \"Imagewang\"; \u7f51 means \"net\" in Chinese) contains Imagenette\nand Imagewoof combined, but with some twists that make it into a tricky\nsemi-supervised unbalanced classification problem:\n\n* The validation set is the same as Imagewoof (i.e. 30% of Imagewoof images);\n there are no Imagenette images in the validation set (they're all in the\n training set)\n* Only 10% of Imagewoof images are in the training set!\n* The remaining are in the unsup (\"unsupervised\") directory, and you can not\n use their labels in training!\n* It's even hard to type and hard to say!\n\nThe dataset comes in three variants:\n * Full size\n * 320 px\n * 160 px\nThis dataset consists of the Imagenette dataset {size} variant.\n",
4+
"location": {
5+
"urls": [
6+
"https://dataset-homepage://github.com/fastai/imagenette"
7+
]
8+
},
9+
"name": "imagewang",
10+
"schema": {
11+
"feature": [
12+
{
13+
"name": "image",
14+
"shape": {
15+
"dim": [
16+
{
17+
"size": "-1"
18+
},
19+
{
20+
"size": "-1"
21+
},
22+
{
23+
"size": "3"
24+
}
25+
]
26+
},
27+
"type": "INT"
28+
},
29+
{
30+
"name": "label",
31+
"type": "INT"
32+
}
33+
]
34+
},
35+
"sizeInBytes": "669826647",
36+
"splits": [
37+
{
38+
"name": "train",
39+
"numShards": "1",
40+
"shardLengths": [
41+
"3667",
42+
"3667",
43+
"3668",
44+
"3667"
45+
],
46+
"statistics": {
47+
"features": [
48+
{
49+
"name": "image",
50+
"numStats": {
51+
"commonStats": {
52+
"numNonMissing": "14669"
53+
},
54+
"max": 255.0
55+
}
56+
},
57+
{
58+
"name": "label",
59+
"numStats": {
60+
"commonStats": {
61+
"numNonMissing": "14669"
62+
},
63+
"max": 19.0
64+
}
65+
}
66+
],
67+
"numExamples": "14669"
68+
}
69+
},
70+
{
71+
"name": "validation",
72+
"numShards": "1",
73+
"shardLengths": [
74+
"3929"
75+
],
76+
"statistics": {
77+
"features": [
78+
{
79+
"name": "image",
80+
"numStats": {
81+
"commonStats": {
82+
"numNonMissing": "3929"
83+
},
84+
"max": 255.0
85+
}
86+
},
87+
{
88+
"name": "label",
89+
"numStats": {
90+
"commonStats": {
91+
"numNonMissing": "3929"
92+
},
93+
"max": 18.0,
94+
"min": 2.0
95+
}
96+
}
97+
],
98+
"numExamples": "3929"
99+
}
100+
}
101+
],
102+
"supervisedKeys": {
103+
"input": "image",
104+
"output": "label"
105+
},
106+
"version": "2.0.0"
107+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"encoding_format": "png", "shape": [-1, -1, 3]}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
n03394916
2+
n03417042
3+
n02089973
4+
n02086240
5+
n02105641
6+
n02087394
7+
n02099601
8+
n02115641
9+
n03445777
10+
n02102040
11+
n03425413
12+
n03888257
13+
n03028079
14+
n03000684
15+
n01440764
16+
n02093754
17+
n02111889
18+
n02096294
19+
n02088364
20+
n02979186
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"citation": "\n",
3+
"description": "Imagewang contains Imagenette and Imagewoof combined\nImage\u7f51 (pronounced \"Imagewang\"; \u7f51 means \"net\" in Chinese) contains Imagenette\nand Imagewoof combined, but with some twists that make it into a tricky\nsemi-supervised unbalanced classification problem:\n\n* The validation set is the same as Imagewoof (i.e. 30% of Imagewoof images);\n there are no Imagenette images in the validation set (they're all in the\n training set)\n* Only 10% of Imagewoof images are in the training set!\n* The remaining are in the unsup (\"unsupervised\") directory, and you can not\n use their labels in training!\n* It's even hard to type and hard to say!\n\nThe dataset comes in three variants:\n * Full size\n * 320 px\n * 160 px\nThis dataset consists of the Imagenette dataset {size} variant.\n",
4+
"location": {
5+
"urls": [
6+
"https://dataset-homepage://github.com/fastai/imagenette"
7+
]
8+
},
9+
"name": "imagewang",
10+
"schema": {
11+
"feature": [
12+
{
13+
"name": "image",
14+
"shape": {
15+
"dim": [
16+
{
17+
"size": "-1"
18+
},
19+
{
20+
"size": "-1"
21+
},
22+
{
23+
"size": "3"
24+
}
25+
]
26+
},
27+
"type": "INT"
28+
},
29+
{
30+
"name": "label",
31+
"type": "INT"
32+
}
33+
]
34+
},
35+
"sizeInBytes": "2900347689",
36+
"splits": [
37+
{
38+
"name": "train",
39+
"numShards": "1",
40+
"shardLengths": [
41+
"917",
42+
"917",
43+
"916",
44+
"917",
45+
"917",
46+
"917",
47+
"917",
48+
"916",
49+
"917",
50+
"917",
51+
"917",
52+
"917",
53+
"917",
54+
"916",
55+
"917",
56+
"917"
57+
],
58+
"statistics": {
59+
"features": [
60+
{
61+
"name": "image",
62+
"numStats": {
63+
"commonStats": {
64+
"numNonMissing": "14669"
65+
},
66+
"max": 255.0
67+
}
68+
},
69+
{
70+
"name": "label",
71+
"numStats": {
72+
"commonStats": {
73+
"numNonMissing": "14669"
74+
},
75+
"max": 19.0
76+
}
77+
}
78+
],
79+
"numExamples": "14669"
80+
}
81+
},
82+
{
83+
"name": "validation",
84+
"numShards": "1",
85+
"shardLengths": [
86+
"982",
87+
"982",
88+
"983",
89+
"982"
90+
],
91+
"statistics": {
92+
"features": [
93+
{
94+
"name": "image",
95+
"numStats": {
96+
"commonStats": {
97+
"numNonMissing": "3929"
98+
},
99+
"max": 255.0
100+
}
101+
},
102+
{
103+
"name": "label",
104+
"numStats": {
105+
"commonStats": {
106+
"numNonMissing": "3929"
107+
},
108+
"max": 18.0,
109+
"min": 2.0
110+
}
111+
}
112+
],
113+
"numExamples": "3929"
114+
}
115+
}
116+
],
117+
"supervisedKeys": {
118+
"input": "image",
119+
"output": "label"
120+
},
121+
"version": "2.0.0"
122+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"encoding_format": "png", "shape": [-1, -1, 3]}

0 commit comments

Comments
 (0)