Datasets:
Add depth-estimation task category to metadata
Browse filesThis PR improves the dataset card for PrediTree by adding `depth-estimation` to the `task_categories` in the metadata.
The dataset is explicitly designed for "training and evaluating tree height prediction models" and to "predict the canopy height", making `depth-estimation` the most appropriate task category for its discoverability and classification on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: id
|
|
@@ -65,8 +69,6 @@ configs:
|
|
| 65 |
data_files:
|
| 66 |
- split: train
|
| 67 |
path: data/train-*
|
| 68 |
-
license: apache-2.0
|
| 69 |
-
pretty_name: PrediTree
|
| 70 |
tags:
|
| 71 |
- remote-sensing
|
| 72 |
- multi-temporal
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pretty_name: PrediTree
|
| 4 |
+
task_categories:
|
| 5 |
+
- depth-estimation
|
| 6 |
dataset_info:
|
| 7 |
features:
|
| 8 |
- name: id
|
|
|
|
| 69 |
data_files:
|
| 70 |
- split: train
|
| 71 |
path: data/train-*
|
|
|
|
|
|
|
| 72 |
tags:
|
| 73 |
- remote-sensing
|
| 74 |
- multi-temporal
|