Datasets:
Tasks:
Image Classification
Modalities:
Image
autotrain-data-processor
commited on
Commit
·
39a0ef3
1
Parent(s):
52cbfce
Processed data from AutoTrain data processor ([2023-03-23 23:05 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00001.arrow +3 -0
- processed/train/dataset_info.json +46 -0
- processed/train/state.json +16 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +46 -0
- processed/valid/state.json +16 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: tree-disease
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project tree-disease.
|
11 |
+
|
12 |
+
### Languages
|
13 |
+
|
14 |
+
The BCP-47 code for the dataset's language is unk.
|
15 |
+
|
16 |
+
## Dataset Structure
|
17 |
+
|
18 |
+
### Data Instances
|
19 |
+
|
20 |
+
A sample from this dataset looks as follows:
|
21 |
+
|
22 |
+
```json
|
23 |
+
[
|
24 |
+
{
|
25 |
+
"image": "<259x194 RGB PIL image>",
|
26 |
+
"target": 1
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<275x183 RGB PIL image>",
|
30 |
+
"target": 16
|
31 |
+
}
|
32 |
+
]
|
33 |
+
```
|
34 |
+
|
35 |
+
### Dataset Fields
|
36 |
+
|
37 |
+
The dataset has the following fields (also called "features"):
|
38 |
+
|
39 |
+
```json
|
40 |
+
{
|
41 |
+
"image": "Image(decode=True, id=None)",
|
42 |
+
"target": "ClassLabel(names=['Agrilus planipennis \u6241\u8c46', 'Annosum Root Rot \u756a\u8354\u679d\u6839\u8150\u75c5', 'Anthracnose \u70ad\u75bd\u75c5', 'Black knot (lethal disease) \u9ed1\u7d50\uff08\u81f4\u547d\u75be\u75c5\uff09', 'Dendroctonus micans \u96f2\u6749', 'Dieback \u67af\u6b7b', 'Diffuse cankers\\xa0\u7030\u6f2b\u6027\u6f70\u760d', 'Fusiform rust \u68ad\u5f62\u92b9\u75c5', 'Hardwood Leaf Diseases\u786c\u6728\u8449\u75c5', 'Hymenoscyphus fraxineus \u767d\u881f\u87ec', 'Leaf Blister \u8449\u6ce1', 'Leaf Spots \u8449\u6591', 'Littleleaf Disease \u5c0f\u8449\u75c5', 'Loblolly Pine Decline \u706b\u70ac\u677e\u8870\u843d', 'Needle Blights \u91dd\u8449\u67af\u75c5', 'Needle Rusts \u91dd\u8449\u92b9\u75c5', 'Powdery Mildew \u767d\u7c89\u75c5', 'Root rots \u6839\u8150\u75c5', 'Rots and Decays \u8150\u721b', 'Stem decays \u8396\u8150\u721b', 'Tar Spot \u7126\u6cb9\u6591', 'Wilts \u67af\u840e\u75c5'], id=None)"
|
43 |
+
}
|
44 |
+
```
|
45 |
+
|
46 |
+
### Dataset Splits
|
47 |
+
|
48 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
49 |
+
|
50 |
+
| Split name | Num samples |
|
51 |
+
| ------------ | ------------------- |
|
52 |
+
| train | 105 |
|
53 |
+
| valid | 39 |
|
processed/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "valid"]}
|
processed/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87eab52a9e3ec11cf7955e266e6b4e8c171dfe4d3fda3a1c2ba2fbb6840a2919
|
3 |
+
size 54131568
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Agrilus planipennis \u6241\u8c46",
|
11 |
+
"Annosum Root Rot \u756a\u8354\u679d\u6839\u8150\u75c5",
|
12 |
+
"Anthracnose \u70ad\u75bd\u75c5",
|
13 |
+
"Black knot (lethal disease) \u9ed1\u7d50\uff08\u81f4\u547d\u75be\u75c5\uff09",
|
14 |
+
"Dendroctonus micans \u96f2\u6749",
|
15 |
+
"Dieback \u67af\u6b7b",
|
16 |
+
"Diffuse cankers\u00a0\u7030\u6f2b\u6027\u6f70\u760d",
|
17 |
+
"Fusiform rust \u68ad\u5f62\u92b9\u75c5",
|
18 |
+
"Hardwood Leaf Diseases\u786c\u6728\u8449\u75c5",
|
19 |
+
"Hymenoscyphus fraxineus \u767d\u881f\u87ec",
|
20 |
+
"Leaf Blister \u8449\u6ce1",
|
21 |
+
"Leaf Spots \u8449\u6591",
|
22 |
+
"Littleleaf Disease \u5c0f\u8449\u75c5",
|
23 |
+
"Loblolly Pine Decline \u706b\u70ac\u677e\u8870\u843d",
|
24 |
+
"Needle Blights \u91dd\u8449\u67af\u75c5",
|
25 |
+
"Needle Rusts \u91dd\u8449\u92b9\u75c5",
|
26 |
+
"Powdery Mildew \u767d\u7c89\u75c5",
|
27 |
+
"Root rots \u6839\u8150\u75c5",
|
28 |
+
"Rots and Decays \u8150\u721b",
|
29 |
+
"Stem decays \u8396\u8150\u721b",
|
30 |
+
"Tar Spot \u7126\u6cb9\u6591",
|
31 |
+
"Wilts \u67af\u840e\u75c5"
|
32 |
+
],
|
33 |
+
"_type": "ClassLabel"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"splits": {
|
39 |
+
"train": {
|
40 |
+
"name": "train",
|
41 |
+
"num_bytes": 54129921,
|
42 |
+
"num_examples": 105,
|
43 |
+
"dataset_name": null
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "3528a617b52c8825",
|
8 |
+
"_format_columns": [
|
9 |
+
"image",
|
10 |
+
"target"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|
processed/valid/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b6c600e110fda172c48af443ab2f02b65b5e6210565dbe0a57b62fdf8677f7a
|
3 |
+
size 19725304
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"target": {
|
9 |
+
"names": [
|
10 |
+
"Agrilus planipennis \u6241\u8c46",
|
11 |
+
"Annosum Root Rot \u756a\u8354\u679d\u6839\u8150\u75c5",
|
12 |
+
"Anthracnose \u70ad\u75bd\u75c5",
|
13 |
+
"Black knot (lethal disease) \u9ed1\u7d50\uff08\u81f4\u547d\u75be\u75c5\uff09",
|
14 |
+
"Dendroctonus micans \u96f2\u6749",
|
15 |
+
"Dieback \u67af\u6b7b",
|
16 |
+
"Diffuse cankers\u00a0\u7030\u6f2b\u6027\u6f70\u760d",
|
17 |
+
"Fusiform rust \u68ad\u5f62\u92b9\u75c5",
|
18 |
+
"Hardwood Leaf Diseases\u786c\u6728\u8449\u75c5",
|
19 |
+
"Hymenoscyphus fraxineus \u767d\u881f\u87ec",
|
20 |
+
"Leaf Blister \u8449\u6ce1",
|
21 |
+
"Leaf Spots \u8449\u6591",
|
22 |
+
"Littleleaf Disease \u5c0f\u8449\u75c5",
|
23 |
+
"Loblolly Pine Decline \u706b\u70ac\u677e\u8870\u843d",
|
24 |
+
"Needle Blights \u91dd\u8449\u67af\u75c5",
|
25 |
+
"Needle Rusts \u91dd\u8449\u92b9\u75c5",
|
26 |
+
"Powdery Mildew \u767d\u7c89\u75c5",
|
27 |
+
"Root rots \u6839\u8150\u75c5",
|
28 |
+
"Rots and Decays \u8150\u721b",
|
29 |
+
"Stem decays \u8396\u8150\u721b",
|
30 |
+
"Tar Spot \u7126\u6cb9\u6591",
|
31 |
+
"Wilts \u67af\u840e\u75c5"
|
32 |
+
],
|
33 |
+
"_type": "ClassLabel"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"splits": {
|
39 |
+
"valid": {
|
40 |
+
"name": "valid",
|
41 |
+
"num_bytes": 19723659,
|
42 |
+
"num_examples": 39,
|
43 |
+
"dataset_name": null
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "5079843d27ce9858",
|
8 |
+
"_format_columns": [
|
9 |
+
"image",
|
10 |
+
"target"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|