Datasets:

Modalities:
Image
Formats:
parquet
Languages:
English
DOI:
Libraries:
Datasets
Dask
License:
jpodivin commited on
Commit
b77f8dc
1 Parent(s): 8c398be

Adding id2label and fixing README.md

Browse files

Signed-off-by: Jiri Podivin <jpodivin@gmail.com>

Files changed (2) hide show
  1. README.md +0 -1
  2. id2label.json +1 -0
README.md CHANGED
@@ -6,7 +6,6 @@ tags:
6
  - biology
7
  size_categories:
8
  - 1K<n<10K
9
- pretty_name: s
10
  ---
11
 
12
  # PLANT ORGANS - WIP
 
6
  - biology
7
  size_categories:
8
  - 1K<n<10K
 
9
  ---
10
 
11
  # PLANT ORGANS - WIP
id2label.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"0": "void", "1": "Fruit", "2": "Leaf", "3": "Flower", "4": "Stem"}