JDihlmann commited on
Commit
0b36675
·
1 Parent(s): 1ecdaee

feat: added dataset card

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,3 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🕯️ Light-Stage OLAT Subsurface-Scattering Dataset
2
 
3
  *Companion data for the paper **"Subsurface Scattering for 3D Gaussian Splatting"***
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: "Light-Stage OLAT Subsurface-Scattering Dataset"
5
+ tags:
6
+ - computer-vision
7
+ - 3d-reconstruction
8
+ - subsurface-scattering
9
+ - gaussian-splatting
10
+ - inverse-rendering
11
+ - photometric-stereo
12
+ - light-stage
13
+ - olat
14
+ - multi-view
15
+ - multi-light
16
+ - image
17
+ license: "non-commercial-research"
18
+ task_categories:
19
+ - image-to-3d
20
+ - inverse-rendering
21
+ - subsurface-scattering
22
+ size_categories:
23
+ - 10K<n<100K
24
+ dataset_info:
25
+ features:
26
+ - name: image
27
+ dtype: image
28
+ - name: camera_pose
29
+ dtype: json
30
+ - name: light_pose
31
+ dtype: json
32
+ - name: mask
33
+ dtype: image
34
+ splits:
35
+ - name: train
36
+ num_bytes: 30000000000
37
+ num_examples: 30000
38
+ - name: test
39
+ num_bytes: 7000000000
40
+ num_examples: 7000
41
+ download_size: 30000000000
42
+ dataset_size: 37000000000
43
+ configs:
44
+ - config_name: real_world
45
+ data_files:
46
+ - split: train
47
+ path: real_world/*/transforms_train.json
48
+ - split: test
49
+ path: real_world/*/transforms_test.json
50
+ - config_name: synthetic
51
+ data_files:
52
+ - split: train
53
+ path: synthetic/*_full/transforms_train.json
54
+ - split: test
55
+ path: synthetic/*_full/transforms_test.json
56
+ - config_name: synthetic_small
57
+ data_files:
58
+ - split: train
59
+ path: synthetic/*_small/transforms_train.json
60
+ - split: test
61
+ path: synthetic/*_small/transforms_test.json
62
+ - split: eval
63
+ path: synthetic/*_small/transforms_eval.json
64
+ ---
65
+
66
  # 🕯️ Light-Stage OLAT Subsurface-Scattering Dataset
67
 
68
  *Companion data for the paper **"Subsurface Scattering for 3D Gaussian Splatting"***