hiyam-d nielsr HF Staff commited on
Commit
fc421e3
·
verified ·
1 Parent(s): 380d1d1

Add depth-estimation task category to metadata (#2)

Browse files

- Add depth-estimation task category to metadata (e39efa96391af41cffd5f70b82371d2bac645901)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +4 -2
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