--- configs: - config_name: raw default: true data_dir: raw features: - name: image dtype: image - name: label dtype: class_label: names: '0': Bacterial Leaf Spot '1': Cercospora Leaf Spot '2': Healthy '3': Yellow - config_name: augmented data_dir: augmented features: - name: image dtype: image - name: label dtype: class_label: names: '0': Bacterial Leaf Spot '1': Cercospora Leaf Spot '2': Healthy '3': Yellow - config_name: preprocessed data_dir: preprocessed features: - name: image dtype: image - name: label dtype: class_label: names: '0': Bacterial Leaf Spot '1': Cercospora Leaf Spot '2': Healthy '3': Yellow license: cc-by-nc-4.0 task_categories: - image-classification size_categories: - 1K