autotrain-data-processor
commited on
Commit
·
bf4a064
1
Parent(s):
bd5d5cc
Processed data from AutoTrain data processor ([2023-03-24 05:54 ]
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-reporthk
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project tree-reporthk.
|
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": "<265x190 RGB PIL image>",
|
26 |
+
"target": 10
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"image": "<800x462 RGB PIL image>",
|
30 |
+
"target": 6
|
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=['Burls \u7bc0\u7624', 'Canker \u6f70\u760d', 'Co-dominant branches \u7b49\u52e2\u679d', 'Co-dominant stems \u7b49\u52e2\u5e79', 'Cracks or splits \u88c2\u7e2b\u6216\u88c2\u958b', 'Crooks or abrupt bends \u4e0d\u5e38\u898f\u5f4e\u66f2', 'Cross branches \u758a\u679d', 'Dead surface roots \u8868\u6839\u67af\u840e ', 'Deadwood \u67af\u6728', 'Decay or cavity \u8150\u721b\u6216\u6a39\u6d1e', 'Fungal fruiting bodies \u771f\u83cc\u5b50\u5be6\u9ad4', 'Galls \u816b\u7624 ', 'Girdling root \u7e8f\u7e5e\u6839 ', 'Heavy lateral limb \u91cd\u5074\u679d', 'Included bark \u5167\u593e\u6a39\u76ae', 'Parasitic or epiphytic plants \u5bc4\u751f\u6216\u9644\u751f\u690d\u7269', 'Pest and disease \u75c5\u87f2\u5bb3', 'Poor taper \u4e0d\u826f\u6f38\u5c16\u751f\u9577', 'Root-plate movement \u6839\u57fa\u79fb\u4f4d ', 'Sap flow \u6ef2\u6db2', 'Trunk girdling \u7e8f\u7e5e\u6a39\u5e79 ', 'Wounds or mechanical injury \u50b7\u75d5\u6216\u6a5f\u68b0\u7834\u640d'], 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 | 225 |
|
53 |
+
| valid | 67 |
|
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:20704ab71a01148ab4e13d817df1274f03fb427ed8473dbe63d086e776da798d
|
3 |
+
size 144498512
|
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 |
+
"Burls \u7bc0\u7624",
|
11 |
+
"Canker \u6f70\u760d",
|
12 |
+
"Co-dominant branches \u7b49\u52e2\u679d",
|
13 |
+
"Co-dominant stems \u7b49\u52e2\u5e79",
|
14 |
+
"Cracks or splits \u88c2\u7e2b\u6216\u88c2\u958b",
|
15 |
+
"Crooks or abrupt bends \u4e0d\u5e38\u898f\u5f4e\u66f2",
|
16 |
+
"Cross branches \u758a\u679d",
|
17 |
+
"Dead surface roots \u8868\u6839\u67af\u840e ",
|
18 |
+
"Deadwood \u67af\u6728",
|
19 |
+
"Decay or cavity \u8150\u721b\u6216\u6a39\u6d1e",
|
20 |
+
"Fungal fruiting bodies \u771f\u83cc\u5b50\u5be6\u9ad4",
|
21 |
+
"Galls \u816b\u7624 ",
|
22 |
+
"Girdling root \u7e8f\u7e5e\u6839 ",
|
23 |
+
"Heavy lateral limb \u91cd\u5074\u679d",
|
24 |
+
"Included bark \u5167\u593e\u6a39\u76ae",
|
25 |
+
"Parasitic or epiphytic plants \u5bc4\u751f\u6216\u9644\u751f\u690d\u7269",
|
26 |
+
"Pest and disease \u75c5\u87f2\u5bb3",
|
27 |
+
"Poor taper \u4e0d\u826f\u6f38\u5c16\u751f\u9577",
|
28 |
+
"Root-plate movement \u6839\u57fa\u79fb\u4f4d ",
|
29 |
+
"Sap flow \u6ef2\u6db2",
|
30 |
+
"Trunk girdling \u7e8f\u7e5e\u6a39\u5e79 ",
|
31 |
+
"Wounds or mechanical injury \u50b7\u75d5\u6216\u6a5f\u68b0\u7834\u640d"
|
32 |
+
],
|
33 |
+
"_type": "ClassLabel"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"splits": {
|
39 |
+
"train": {
|
40 |
+
"name": "train",
|
41 |
+
"num_bytes": 144496807,
|
42 |
+
"num_examples": 225,
|
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": "74ddbf90fb6926df",
|
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:780befcfd67c4c54f74ac1fdb323c425b4d91dee99b3fc5072f4dfa9dc3e1f04
|
3 |
+
size 69480128
|
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 |
+
"Burls \u7bc0\u7624",
|
11 |
+
"Canker \u6f70\u760d",
|
12 |
+
"Co-dominant branches \u7b49\u52e2\u679d",
|
13 |
+
"Co-dominant stems \u7b49\u52e2\u5e79",
|
14 |
+
"Cracks or splits \u88c2\u7e2b\u6216\u88c2\u958b",
|
15 |
+
"Crooks or abrupt bends \u4e0d\u5e38\u898f\u5f4e\u66f2",
|
16 |
+
"Cross branches \u758a\u679d",
|
17 |
+
"Dead surface roots \u8868\u6839\u67af\u840e ",
|
18 |
+
"Deadwood \u67af\u6728",
|
19 |
+
"Decay or cavity \u8150\u721b\u6216\u6a39\u6d1e",
|
20 |
+
"Fungal fruiting bodies \u771f\u83cc\u5b50\u5be6\u9ad4",
|
21 |
+
"Galls \u816b\u7624 ",
|
22 |
+
"Girdling root \u7e8f\u7e5e\u6839 ",
|
23 |
+
"Heavy lateral limb \u91cd\u5074\u679d",
|
24 |
+
"Included bark \u5167\u593e\u6a39\u76ae",
|
25 |
+
"Parasitic or epiphytic plants \u5bc4\u751f\u6216\u9644\u751f\u690d\u7269",
|
26 |
+
"Pest and disease \u75c5\u87f2\u5bb3",
|
27 |
+
"Poor taper \u4e0d\u826f\u6f38\u5c16\u751f\u9577",
|
28 |
+
"Root-plate movement \u6839\u57fa\u79fb\u4f4d ",
|
29 |
+
"Sap flow \u6ef2\u6db2",
|
30 |
+
"Trunk girdling \u7e8f\u7e5e\u6a39\u5e79 ",
|
31 |
+
"Wounds or mechanical injury \u50b7\u75d5\u6216\u6a5f\u68b0\u7834\u640d"
|
32 |
+
],
|
33 |
+
"_type": "ClassLabel"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"splits": {
|
39 |
+
"valid": {
|
40 |
+
"name": "valid",
|
41 |
+
"num_bytes": 69478418,
|
42 |
+
"num_examples": 67,
|
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": "cd37dbbaa213dca4",
|
8 |
+
"_format_columns": [
|
9 |
+
"image",
|
10 |
+
"target"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|