Update README, features description added
Browse files
README.md
CHANGED
|
@@ -4,6 +4,14 @@ license: mit
|
|
| 4 |
task_categories:
|
| 5 |
- object-detection
|
| 6 |
- image-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
configs:
|
| 8 |
- config_name: arcgis
|
| 9 |
sep: ;
|
|
|
|
| 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: ;
|