jacoblin commited on
Commit
4fb84bb
·
verified ·
1 Parent(s): ab999aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Cloud4D Dataset
2
  Dataset for "Cloud4D: Estimating Cloud Properties at a High Spatial and Temporal Resolution"
3
 
 
1
+ task_categories:
2
+ 4 + - image-to-3d
3
+ 5 + - depth-estimation
4
+ 6 +language:
5
+ 7 + - en
6
+ 8 +tags:
7
+ 9 + - clouds
8
+ 10 + - atmospheric-science
9
+ 11 + - stereo-vision
10
+ 12 + - 3d-reconstruction
11
+ 13 + - remote-sensing
12
+ 14 + - computer-vision
13
+ 15 + - meteorology
14
+ 16 +size_categories:
15
+ 17 + - 10K<n<100K
16
+ 18 +pretty_name: Cloud4D
17
+ 19 +dataset_info:
18
+ 20 + features:
19
+ 21 + - name: image
20
+ 22 + dtype: image
21
+ 23 + - name: depth
22
+ 24 + dtype: image
23
+ 25 +configs:
24
+ 26 + - config_name: real_world
25
+ 27 + data_files: "real_world/**/*"
26
+ 28 + - config_name: synthetic
27
+ 29 + data_files: "synthetic/**/*"
28
+ 30 +---
29
+ 31 +
30
+
31
+
32
  # Cloud4D Dataset
33
  Dataset for "Cloud4D: Estimating Cloud Properties at a High Spatial and Temporal Resolution"
34