File size: 1,410 Bytes
37c1baf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c975dea
 
 
 
 
37c1baf
c975dea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      list:
        list: float64
    - name: categories
      list:
        class_label:
          names:
            '0': horseweed
            '1': kochia
            '2': corn
            '3': ragweed
            '4': redrootpigweed
  splits:
  - name: train
    num_bytes: 811723383
    num_examples: 3208
  download_size: 1334656681
  dataset_size: 811723383
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
task_categories:
- object-detection
size_categories:
- 1K<n<10K
---
# ImageWeeds Weed Detection

A dataset for detection of weeds. The dataset contains 3,208 images with 6,932 bounding box annotations across 5 categories.

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

## Citation

```bibtex
<!-- TODO: add BibTeX citation -->
```

Rai, Nitin; Villamil Mahecha, Maria; Christensen, Annika; Quanbeck, Jamison; Howatt, Kirk; Ostlie, Michael; Zhang, Yu; Sun, Xin (2023), “ImageWeeds: An Image dataset consisting of weeds in multiple formats to advance computer vision algorithms for real-time weed identification and spot spraying application”, Mendeley Data, V2, doi: 10.17632/8kjcztbjz2.2

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