File size: 850 Bytes
2545f26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f0ba66
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      list:
        list: float64
    - name: categories
      list:
        class_label:
          names:
            '0': strawberry
            '1': flower
            '2': green
            '3': lw
            '4': pink
            '5': red
            '6': sw
  splits:
  - name: train
    num_bytes: 16576925
    num_examples: 204
  download_size: 16563088
  dataset_size: 16576925
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Strawberry Detection 2023

A dataset for object detection of strawberries. The dataset contains 204 images with 10,533 bounding box annotations across 6 categories.

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