Attempt to add image visualization
Browse files
README.md
CHANGED
|
@@ -4,17 +4,12 @@ license: mit
|
|
| 4 |
task_categories:
|
| 5 |
- object-detection
|
| 6 |
- image-segmentation
|
| 7 |
-
dataset_info:
|
| 8 |
-
features:
|
| 9 |
-
- name: file_name
|
| 10 |
-
dtype: image
|
| 11 |
-
- name: height
|
| 12 |
-
dtype: int32
|
| 13 |
-
- name: width
|
| 14 |
-
dtype: int32
|
| 15 |
configs:
|
| 16 |
- config_name: arcgis
|
| 17 |
sep: ;
|
|
|
|
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: metadata_arcgis_train.csv
|
|
@@ -22,6 +17,9 @@ configs:
|
|
| 22 |
path: metadata_arcgis_test.csv
|
| 23 |
- config_name: bingmaps
|
| 24 |
sep: ;
|
|
|
|
|
|
|
|
|
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: metadata_bingmaps_train.csv
|
|
|
|
| 4 |
task_categories:
|
| 5 |
- object-detection
|
| 6 |
- image-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
configs:
|
| 8 |
- config_name: arcgis
|
| 9 |
sep: ;
|
| 10 |
+
features:
|
| 11 |
+
- name: file_name
|
| 12 |
+
dtype: image
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
path: metadata_arcgis_train.csv
|
|
|
|
| 17 |
path: metadata_arcgis_test.csv
|
| 18 |
- config_name: bingmaps
|
| 19 |
sep: ;
|
| 20 |
+
features:
|
| 21 |
+
- name: file_name
|
| 22 |
+
dtype: image
|
| 23 |
data_files:
|
| 24 |
- split: train
|
| 25 |
path: metadata_bingmaps_train.csv
|