File size: 664 Bytes
0e4b01f 4a71385 0e4b01f 4a71385 0e4b01f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': Anthracnose
'1': Bacterial Canker
'2': Cutting Weevil
'3': Die Back
'4': Gall Midge
'5': Healthy
'6': Powdery Mildew
'7': Sooty Mould
splits:
- name: train
num_bytes: 88979259.0
num_examples: 3200
- name: test
num_bytes: 29420922.0
num_examples: 800
download_size: 111505257
dataset_size: 118400181.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|