File size: 2,238 Bytes
2518d2c
 
bd72158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2518d2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bd72158
 
 
 
2518d2c
 
 
 
 
02920b5
 
 
 
 
2518d2c
02920b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
dataset_info:
- config_name: augmented
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      list:
        list: float64
    - name: categories
      list:
        class_label:
          names:
            '0': Sunflower
            '1': Backside-Sunflower
  splits:
  - name: train
    num_bytes: 1453787962
    num_examples: 4286
  download_size: 1293314179
  dataset_size: 1453787962
- config_name: raw
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      list:
        list: float64
    - name: categories
      list:
        class_label:
          names:
            '0': Sunflower
            '1': Backside-Sunflower
  splits:
  - name: train
    num_bytes: 598164199
    num_examples: 1649
  download_size: 792124835
  dataset_size: 598164199
configs:
- config_name: augmented
  data_files:
  - split: train
    path: augmented/train-*
- config_name: raw
  data_files:
  - split: train
    path: raw/train-*
  default: true
license: cc-by-4.0
task_categories:
- object-detection
size_categories:
- 1K<n<10K
---
# Sunflower Detection

A dataset for detection of sunflowwers. The dataset contains raw and augmented versions.  
The raw split contains 1,649 images with 136,239 bounding box annotations across 2 categories.  

The augmented split contains 4,286 images with 296,333 bounding box annotations across 2 categories.  


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

## Citation

```bibtex
@article{hossain2025drone,
  title={Drone-based dataset of annotated sunflower images from Bangladesh},
  author={Hossain, Md Shafayat and Rashid, Mohammad Rifat Ahmmad and Fahim, Md and Ali, Md Sawkat and Islam, Maheen and Islam, Mohammad Manzurul and Ferdaus, Md Hasanul and Niloy, Nishat Tasnim and others},
  journal={Data in Brief},
  volume={59},
  pages={111417},
  year={2025},
  publisher={Elsevier}
}
```

Rashid, Mohammad Rifat Ahmmad; Fahim, MD. ; Hossain, Md. Shafayat ; Alindo, Tahzib-E- (2024), “Sunflower image dataset from Bangladesh”, Mendeley Data, V1, doi: 10.17632/txct4k36ct.1

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