yinsights8 commited on
Commit
1e97fdd
·
verified ·
1 Parent(s): 98e9e10

Update README.md

Browse files

# Global Wheat Detection Dataset (Hugging Face Version)

This is the **Global Wheat Detection** dataset originally from Kaggle, formatted for Hugging Face Datasets.

## Dataset Details
- 3,000+ training images with bounding box annotations
- Task: Object Detection
- License: CC BY 4.0

## Structure
- `image`: Image object
- `boxes`: Bounding boxes in `[x_min, y_min, x_max, y_max]`
- `labels`: Category id (0 = wheat)

## Citation
Please cite the original dataset:
https://www.kaggle.com/c/global-wheat-detection

Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -21,4 +21,13 @@ configs:
21
  data_files:
22
  - split: train
23
  path: data/train-*
24
- ---
 
 
 
 
 
 
 
 
 
 
21
  data_files:
22
  - split: train
23
  path: data/train-*
24
+ license: mit
25
+ task_categories:
26
+ - object-detection
27
+ language:
28
+ - en
29
+ tags:
30
+ - agriculture
31
+ size_categories:
32
+ - 1K<n<10K
33
+ ---