File size: 2,188 Bytes
d613a94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52a50a5
 
 
 
 
 
 
 
02827c3
 
 
 
 
 
 
 
 
 
 
 
cba5dc6
02827c3
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: labels
    sequence:
      class_label:
        names:
          '0': complex
          '1': frog_eye_leaf_spot
          '2': healthy
          '3': powdery_mildew
          '4': rust
          '5': scab
  - name: label_names
    sequence: string
  - name: image_id
    dtype: string
  splits:
  - name: train
    num_bytes: 14557242028.669252
    num_examples: 16768
  - name: validation
    num_bytes: 1603451702.490748
    num_examples: 1864
  download_size: 16094435250
  dataset_size: 16160693731.16
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
license: apache-2.0
task_categories:
- image-classification
tags:
- multi-label
pretty_name: PlantPathology-Challenge-2021-FGVC8
size_categories:
- 10K<n<100K
---
## Description
Dataset from the Plant Pathology 2021 (FGVC8) Challenge.

'
For Plant Pathology 2021-FGVC8, we have significantly increased the number of foliar disease images and added additional disease categories. This year’s dataset contains approximately 23,000 high-quality RGB images of apple foliar diseases, including a large expert-annotated disease dataset. This dataset reflects real field scenarios by representing non-homogeneous backgrounds of leaf images taken at different maturity stages and at different times of day under different focal camera settings.
'

The original dataset has one train split and a test split that was hidden for the challenge. I have taken 10% of train for a validation, using stratified sampling. I do not have access to the test samples.

- Website:
  - https://www.kaggle.com/c/plant-pathology-2021-fgvc8
  - https://sites.google.com/view/fgvc8/competitions/plantpathologychallenge2021

## Usage
This dataset is serving as a canonical example for multi-label image classificatino datasets with `timm`. The additions to train & val scripts for this are a WIP...

## Citation
```
Thapa, Ranjita, Zhang, Kai, Snavely, Noah, Belongie, Serge, and Khan, Awais. Plant Pathology 2021 - FGVC8.
https://kaggle.com/competitions/plant-pathology-2021-fgvc8, 2021. Kaggle.
```