OttoYu/TreeConditionHK
Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<265x190 RGB PIL image>", "target": 10 }, { "image": "<800x462 RGB PIL image>", "target": 6 } ] Dataset Fields The dataset has the following fields (also called "features"): { "image": "Image(decode=True, id=None)", "target": "ClassLabel(names=['Burls… See the full description on the dataset page: https://huggingface.co/datasets/OttoYu/TreeConditionHK.
0269
1---2task_categories:3- image-classification4language:5- en6---7### Languages8 9The BCP-47 code for the dataset's language is unk.10 11## Dataset Structure12 13### Data Instances14 15A sample from this dataset looks as follows:16 17```json18[19 {20 "image": "<265x190 RGB PIL image>",21 "target": 1022 },23 {24 "image": "<800x462 RGB PIL image>",25 "target": 626 }27]28```29 30### Dataset Fields31 32The dataset has the following fields (also called "features"):33 34```json35{36 "image": "Image(decode=True, id=None)",37 "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)"38}39```40 41### Dataset Splits42 43This dataset is split into a train and validation split. The split sizes are as follow:44 45| Split name | Num samples |46| ------------ | ------------------- |47| train | 225 |48| valid | 67 |