File size: 1,517 Bytes
7ad11bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5ad65e5
 
 
 
 
7ad11bd
5ad65e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': J
          '1': L
          '2': R
          '3': S
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 3292898956
    num_examples: 526
  download_size: 3292967917
  dataset_size: 3292898956
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
task_categories:
- image-classification
size_categories:
- n<1K
---
# ICPTC Pistachio Tree Variety Classification

A dataset for variety classification of pistachio trees. The dataset contains 526 images across 4 classes: J, L, R, S.  
Images per class:
- J: 117
- L: 129
- R: 109
- S: 171

This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.

The original train/test/val split has been preserved in the `split` column.

## Citation

```bibtex
@article{heidary2021icptc,
  title={ICPTC: Iranian commercial pistachio tree cultivars standard dataset},
  author={Heidary-Sharifabad, Ahmad and Zarchi, Mohsen Sardari and Zarei, Gholamreza},
  journal={Data in Brief},
  volume={38},
  pages={107348},
  year={2021},
  publisher={Elsevier}
}
```

Heidary-Sharifabad, Ahmad; Sardari Zarchi, Mohsen; Zarei, Gholamreza (2021), “ICPTC : Iranian Commercial Pistachios Tree Cultivars ”, Mendeley Data, V1, doi: 10.17632/6mmjjkpd5m.1

*This dataset was reformatted from its original format to match HuggingFace standards.*