File size: 748 Bytes
4ceb08f 5286b86 | 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 | ---
dataset_info:
features:
- name: image
dtype: image
- name: objects
struct:
- name: bbox
list:
list: float64
- name: categories
list:
class_label:
names:
'0': plant
'1': weed
splits:
- name: train
num_bytes: 344709072
num_examples: 402
download_size: 344736840
dataset_size: 344709072
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Gemini Plant Detection
A dataset for object detection of cowpea plants and weeds. The dataset contains 402 images with 2,972 bounding box annotations across 2 categories.
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library. |