Update README.md
Browse filesAdd dataset metadata
README.md
CHANGED
|
@@ -1,3 +1,64 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1K<n<10K
|
| 9 |
+
dataset_info:
|
| 10 |
+
- config_name: red_edge
|
| 11 |
+
features:
|
| 12 |
+
- name: B
|
| 13 |
+
dtype: image
|
| 14 |
+
- name: CIR
|
| 15 |
+
dtype: image
|
| 16 |
+
- name: G
|
| 17 |
+
dtype: image
|
| 18 |
+
- name: NDVI
|
| 19 |
+
dtype: image
|
| 20 |
+
- name: NIR
|
| 21 |
+
dtype: image
|
| 22 |
+
- name: R
|
| 23 |
+
dtype: image
|
| 24 |
+
- name: RE
|
| 25 |
+
dtype: image
|
| 26 |
+
- name: RGB
|
| 27 |
+
dtype: image
|
| 28 |
+
- name: annotation
|
| 29 |
+
dtype: image
|
| 30 |
+
splits:
|
| 31 |
+
- name: train
|
| 32 |
+
num_bytes: 1180504
|
| 33 |
+
num_examples: 766
|
| 34 |
+
- name: test
|
| 35 |
+
num_bytes: 314394
|
| 36 |
+
num_examples: 204
|
| 37 |
+
download_size: 637901163
|
| 38 |
+
dataset_size: 1494898
|
| 39 |
+
- config_name: sequoia
|
| 40 |
+
features:
|
| 41 |
+
- name: CIR
|
| 42 |
+
dtype: image
|
| 43 |
+
- name: G
|
| 44 |
+
dtype: image
|
| 45 |
+
- name: NDVI
|
| 46 |
+
dtype: image
|
| 47 |
+
- name: NIR
|
| 48 |
+
dtype: image
|
| 49 |
+
- name: R
|
| 50 |
+
dtype: image
|
| 51 |
+
- name: RE
|
| 52 |
+
dtype: image
|
| 53 |
+
- name: annotation
|
| 54 |
+
dtype: image
|
| 55 |
+
splits:
|
| 56 |
+
- name: train
|
| 57 |
+
num_bytes: 515690
|
| 58 |
+
num_examples: 428
|
| 59 |
+
- name: test
|
| 60 |
+
num_bytes: 327726
|
| 61 |
+
num_examples: 272
|
| 62 |
+
download_size: 444145925
|
| 63 |
+
dataset_size: 843416
|
| 64 |
+
---
|