Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,12 @@ configs:
|
|
28 |
path: data/train-*
|
29 |
- split: validation
|
30 |
path: data/validation-*
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
-
# PLANT ORGANS
|
34 |
|
35 |
Photos of various plants with their major, above ground organs labeled.
|
36 |
Includes labels for stem, leafs, fruits and flowers.
|
@@ -38,4 +41,17 @@ Includes labels for stem, leafs, fruits and flowers.
|
|
38 |
Note, that categories listed above do not necessarily correspond to a correct
|
39 |
botanical term for the given part of the plant photographed.
|
40 |
|
41 |
-
Instead they correspond to the conventional understanding of them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
path: data/train-*
|
29 |
- split: validation
|
30 |
path: data/validation-*
|
31 |
+
language:
|
32 |
+
- en
|
33 |
+
pretty_name: plant organs
|
34 |
---
|
35 |
|
36 |
+
# PLANT ORGANS
|
37 |
|
38 |
Photos of various plants with their major, above ground organs labeled.
|
39 |
Includes labels for stem, leafs, fruits and flowers.
|
|
|
41 |
Note, that categories listed above do not necessarily correspond to a correct
|
42 |
botanical term for the given part of the plant photographed.
|
43 |
|
44 |
+
Instead they correspond to the conventional understanding of them.
|
45 |
+
|
46 |
+
# ID - Label Map
|
47 |
+
|
48 |
+
Following table describes pixel values corresponding to labels in provided masks.
|
49 |
+
The first label, "void", represents the background.
|
50 |
+
|
51 |
+
| Index | Label |
|
52 |
+
|-------|-------|
|
53 |
+
|0 | void |
|
54 |
+
|1 | Fruit |
|
55 |
+
|2 | Leaf |
|
56 |
+
|3 | Flower |
|
57 |
+
|4 | Stem |
|