docs: readme
Browse files
README.md
CHANGED
@@ -1,14 +1,54 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
- image-to-image
|
6 |
- object-detection
|
7 |
-
language:
|
8 |
-
- en
|
9 |
tags:
|
10 |
- code
|
11 |
- biology
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
# Ripe Strawberries Detection
|
14 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-classification
|
7 |
- image-to-image
|
8 |
- object-detection
|
|
|
|
|
9 |
tags:
|
10 |
- code
|
11 |
- biology
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: id
|
15 |
+
dtype: int32
|
16 |
+
- name: name
|
17 |
+
dtype: string
|
18 |
+
- name: image
|
19 |
+
dtype: image
|
20 |
+
- name: mask
|
21 |
+
dtype: image
|
22 |
+
- name: width
|
23 |
+
dtype: uint16
|
24 |
+
- name: height
|
25 |
+
dtype: uint16
|
26 |
+
- name: shapes
|
27 |
+
sequence:
|
28 |
+
- name: label
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
'0': strawberry
|
33 |
+
- name: type
|
34 |
+
dtype: string
|
35 |
+
- name: points
|
36 |
+
sequence:
|
37 |
+
sequence: float32
|
38 |
+
- name: rotation
|
39 |
+
dtype: float32
|
40 |
+
- name: attributes
|
41 |
+
sequence:
|
42 |
+
- name: name
|
43 |
+
dtype: string
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 127730244
|
49 |
+
num_examples: 40
|
50 |
+
download_size: 126412271
|
51 |
+
dataset_size: 127730244
|
52 |
---
|
53 |
# Ripe Strawberries Detection
|
54 |
|