Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,18 @@ dataset_info:
|
|
9 |
dtype: image
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes: 229712082
|
13 |
num_examples: 555
|
14 |
download_size: 229827876
|
15 |
-
dataset_size: 229712082
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# UEC-Ramen555
|
@@ -38,4 +41,4 @@ The ramen image semantic label contains semantic labels for the background, bowl
|
|
38 |
booktitle={ACM International Conference on Multimedia},
|
39 |
year={2019}
|
40 |
}
|
41 |
-
```
|
|
|
9 |
dtype: image
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 229712082
|
13 |
num_examples: 555
|
14 |
download_size: 229827876
|
15 |
+
dataset_size: 229712082
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: cc-by-nc-4.0
|
22 |
+
task_categories:
|
23 |
+
- image-segmentation
|
24 |
---
|
25 |
|
26 |
# UEC-Ramen555
|
|
|
41 |
booktitle={ACM International Conference on Multimedia},
|
42 |
year={2019}
|
43 |
}
|
44 |
+
```
|