Weihan Luo commited on
Commit
21623b0
·
verified ·
1 Parent(s): e8ea1a0

15312fdf153552213d31893b4522eb455c8ac80ebbf9a6fcd02e287be1f8c36d

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +11 -0
  2. load/captured/food/transient011.pt +3 -0
  3. load/captured/food/transient012.mat +3 -0
  4. load/captured/food/transient012.pt +3 -0
  5. load/captured/food/transient013.mat +3 -0
  6. load/captured/food/transient013.pt +3 -0
  7. load/captured/food/transient014.mat +3 -0
  8. load/captured/food/transient014.pt +3 -0
  9. load/captured/food/transient015.mat +3 -0
  10. load/captured/food/transient015.pt +3 -0
  11. load/captured/food/transient016.mat +3 -0
  12. load/captured/food/transient016.pt +3 -0
  13. load/captured/food/transient017.mat +3 -0
  14. load/captured/food/transient017.pt +3 -0
  15. load/captured/food/transient018.mat +3 -0
  16. load/captured/food/transient018.pt +3 -0
  17. load/captured/food/transient019.mat +3 -0
  18. load/captured/food/transient019.pt +3 -0
  19. load/captured/food/transient020.mat +3 -0
  20. load/captured/food/transient020.pt +3 -0
  21. load/captured/food/view_jsons/five_views/transforms_train.json +155 -0
  22. load/captured/food/view_jsons/five_views/transforms_val.json +65 -0
  23. load/captured/food/view_jsons/five_views/transforms_valtrain.json +65 -0
  24. load/captured/food/view_jsons/ten_views/transforms_test.json +65 -0
  25. load/captured/food/view_jsons/ten_views/transforms_train.json +305 -0
  26. load/captured/food/view_jsons/three_views/transforms_train.json +95 -0
  27. load/captured/food/view_jsons/three_views/transforms_val.json +65 -0
  28. load/captured/food/view_jsons/three_views/transforms_valtrain.json +65 -0
  29. load/captured/food/view_jsons/two_views/transforms_train.json +65 -0
  30. load/captured/food/view_jsons/two_views/transforms_val.json +65 -0
  31. load/captured/food/view_jsons/two_views/transforms_valtrain.json +65 -0
  32. load/captured/get_max.py +9 -0
  33. load/captured/pulse_low_flux.mat +3 -0
  34. load/simulated/benches/benches.obj +3 -0
  35. load/simulated/benches/benches_jsons/.DS_Store +0 -0
  36. load/simulated/benches/benches_jsons/five_views/depth/test_000_depth_gt.npy +3 -0
  37. load/simulated/benches/benches_jsons/five_views/depth/test_001_depth_gt.npy +3 -0
  38. load/simulated/benches/benches_jsons/five_views/depth/test_002_depth_gt.npy +3 -0
  39. load/simulated/benches/benches_jsons/five_views/depth/test_003_depth_gt.npy +3 -0
  40. load/simulated/benches/benches_jsons/five_views/depth/test_004_depth_gt.npy +3 -0
  41. load/simulated/benches/benches_jsons/five_views/depth/test_005_depth_gt.npy +3 -0
  42. load/simulated/benches/benches_jsons/five_views/depth/test_006_depth_gt.npy +3 -0
  43. load/simulated/benches/benches_jsons/five_views/depth/test_007_depth_gt.npy +3 -0
  44. load/simulated/benches/benches_jsons/five_views/depth/test_008_depth_gt.npy +3 -0
  45. load/simulated/benches/benches_jsons/five_views/depth/test_009_depth_gt.npy +3 -0
  46. load/simulated/benches/benches_jsons/five_views/max.npy +3 -0
  47. load/simulated/benches/benches_jsons/five_views/transforms_test.json +185 -0
  48. load/simulated/benches/benches_jsons/five_views/transforms_test1.json +95 -0
  49. load/simulated/benches/benches_jsons/five_views/transforms_test2.json +95 -0
  50. load/simulated/benches/benches_jsons/five_views/transforms_test3.json +125 -0
.gitattributes CHANGED
@@ -147,3 +147,14 @@ load/captured/food/transient008.mat filter=lfs diff=lfs merge=lfs -text
147
  load/captured/food/transient009.mat filter=lfs diff=lfs merge=lfs -text
148
  load/captured/food/transient010.mat filter=lfs diff=lfs merge=lfs -text
149
  load/captured/food/transient011.mat filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
147
  load/captured/food/transient009.mat filter=lfs diff=lfs merge=lfs -text
148
  load/captured/food/transient010.mat filter=lfs diff=lfs merge=lfs -text
149
  load/captured/food/transient011.mat filter=lfs diff=lfs merge=lfs -text
150
+ load/captured/food/transient012.mat filter=lfs diff=lfs merge=lfs -text
151
+ load/captured/food/transient013.mat filter=lfs diff=lfs merge=lfs -text
152
+ load/captured/food/transient014.mat filter=lfs diff=lfs merge=lfs -text
153
+ load/captured/food/transient015.mat filter=lfs diff=lfs merge=lfs -text
154
+ load/captured/food/transient016.mat filter=lfs diff=lfs merge=lfs -text
155
+ load/captured/food/transient017.mat filter=lfs diff=lfs merge=lfs -text
156
+ load/captured/food/transient018.mat filter=lfs diff=lfs merge=lfs -text
157
+ load/captured/food/transient019.mat filter=lfs diff=lfs merge=lfs -text
158
+ load/captured/food/transient020.mat filter=lfs diff=lfs merge=lfs -text
159
+ load/captured/pulse_low_flux.mat filter=lfs diff=lfs merge=lfs -text
160
+ load/simulated/benches/benches.obj filter=lfs diff=lfs merge=lfs -text
load/captured/food/transient011.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0234d9d28ea408266387fe6d51e61fb6cf8679114fe48e8f5452fb6264c211c2
3
+ size 192153255
load/captured/food/transient012.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1724f22870672e070f30f244dff68ed1cfbc1b42a76a254fc9f1920c67b70ed
3
+ size 51110045
load/captured/food/transient012.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57ed76e5b13fde0aaf4121cac2ccc0ed3b985bb47c389edc75eb23f8be14806
3
+ size 188487975
load/captured/food/transient013.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62918a6770811d88d96dea2b76fe55cbab6789cd3196dc4013be69ff61e46058
3
+ size 50199632
load/captured/food/transient013.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01fb9bf37da6efdd36ac7e5600b371d4419d340ccefbb79031ad8a1189593ac8
3
+ size 171859815
load/captured/food/transient014.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2def5ddc85bac79b70fe3b8cce7b181c674d5966add3b39e9d81b9b1522de27f
3
+ size 48389752
load/captured/food/transient014.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11db2bd423ee262756254b7bb02dcdf100aa9ceb0df070c9596446d3f62a6e0a
3
+ size 141413863
load/captured/food/transient015.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:886a00d8e6833ad2fdd37d280f83168d0aae529b2eb1c500ed8645e892c18316
3
+ size 46011835
load/captured/food/transient015.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fc24a77cda2bbef723d773b488e5e7f5c4f52197b10ac5464dd9497a092fec
3
+ size 109767975
load/captured/food/transient016.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c7e3e426ac5a70ac2680224123baeb72d3b0b766de5867e11f422cc3b68cc2
3
+ size 44646337
load/captured/food/transient016.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9dc2e64fd5e2fc039a8cee57c722056250ac64b21ae764a86b036c11419a65
3
+ size 97078055
load/captured/food/transient017.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b1c78391c43883aaa28b9607de99d6b5d0700c8fec5a379b38799ddbd2ffc6
3
+ size 45197325
load/captured/food/transient017.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c185e1e62709f6218b2dc62bf5ffcb489ef42577e03600197e0df4aff5da1925
3
+ size 107940135
load/captured/food/transient018.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ddf5f50576a86e5e78db99313c40748e8c3602dd2a2079d4aaad520abe3694
3
+ size 46970437
load/captured/food/transient018.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc996e879a9fe02f861f0059839f41348116950d45be2254809afa8fb2b96b20
3
+ size 136086055
load/captured/food/transient019.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f166a82209811db6ff51156e362c1dad2a91f5500875c1d310142bdada26a88f
3
+ size 48406000
load/captured/food/transient019.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82968e7b6caeeb04f83df421b6c23e46436888d76534eb0e45e666752724613
3
+ size 159071399
load/captured/food/transient020.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8193bfb3e22e1ee9b64f4e6c124c2e054b6896f5e8f434a5c7757b10aa9e17c
3
+ size 49342027
load/captured/food/transient020.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29605da75ceaaa6b3a00cb85b0e48a81443903ffa615d1f14f448f0d301a4a3f
3
+ size 174665895
load/captured/food/view_jsons/five_views/transforms_train.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_1",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 1.0,
10
+ 0.0,
11
+ 0.0,
12
+ -0.01730981096625328
13
+ ],
14
+ [
15
+ 0.0,
16
+ 1.0,
17
+ 0.0,
18
+ -0.07234673202037811
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.0,
23
+ 1.0,
24
+ -1.134689211845398
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_5",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ 0.30903411453586666,
40
+ -0.012491691159244934,
41
+ 0.949894495185041,
42
+ -1.0822806251497565
43
+ ],
44
+ [
45
+ 0.005620980868276516,
46
+ 0.9983600295960473,
47
+ 0.011305981963789383,
48
+ -0.08515415940094725
49
+ ],
50
+ [
51
+ -0.9499599985796214,
52
+ 0.0018380184695959891,
53
+ 0.30907964995971776,
54
+ -0.33439869103899655
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./train/r_9",
66
+ "rotation": 0.012566370614359171,
67
+ "transform_matrix": [
68
+ [
69
+ -0.8089721732100275,
70
+ -0.014590999636685576,
71
+ 0.5870015803551618,
72
+ -0.6510055940293522
73
+ ],
74
+ [
75
+ -0.003396752696597849,
76
+ 0.9957065068304969,
77
+ 0.020131480526561024,
78
+ -0.09482028844550003
79
+ ],
80
+ [
81
+ -0.5871730704706246,
82
+ 0.014279957282906292,
83
+ -0.8088529599332519,
84
+ 0.926927474216991
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ },
94
+ {
95
+ "file_path": "./train/r_13",
96
+ "rotation": 0.012566370614359171,
97
+ "transform_matrix": [
98
+ [
99
+ -0.8089721732100277,
100
+ -0.003396752696597851,
101
+ -0.5871730704706244,
102
+ 0.68050784790146
103
+ ],
104
+ [
105
+ -0.014590999636685573,
106
+ 0.9957065068304967,
107
+ 0.014279957282906292,
108
+ -0.08798685784961993
109
+ ],
110
+ [
111
+ 0.5870015803551616,
112
+ 0.020131480526561024,
113
+ -0.8088529599332521,
114
+ 0.9061793943858109
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 1.0
121
+ ]
122
+ ]
123
+ },
124
+ {
125
+ "file_path": "./train/r_17",
126
+ "rotation": 0.012566370614359171,
127
+ "transform_matrix": [
128
+ [
129
+ 0.30903411453586643,
130
+ 0.005620980868276518,
131
+ -0.9499599985796215,
132
+ 1.0721533803716579
133
+ ],
134
+ [
135
+ -0.012491691159244936,
136
+ 0.9983600295960471,
137
+ 0.0018380184695959883,
138
+ -0.07409743643704979
139
+ ],
140
+ [
141
+ 0.9498944951850411,
142
+ 0.011305981963789385,
143
+ 0.30907964995971754,
144
+ -0.36796978940714253
145
+ ],
146
+ [
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 1.0
151
+ ]
152
+ ]
153
+ }
154
+ ]
155
+ }
load/captured/food/view_jsons/five_views/transforms_val.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_1",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 1.0,
10
+ 0.0,
11
+ 0.0,
12
+ -0.01730981096625328
13
+ ],
14
+ [
15
+ 0.0,
16
+ 1.0,
17
+ 0.0,
18
+ -0.07234673202037811
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.0,
23
+ 1.0,
24
+ -1.134689211845398
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_5",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ 0.30903411453586666,
40
+ -0.012491691159244934,
41
+ 0.949894495185041,
42
+ -1.0822806251497565
43
+ ],
44
+ [
45
+ 0.005620980868276516,
46
+ 0.9983600295960473,
47
+ 0.011305981963789383,
48
+ -0.08515415940094725
49
+ ],
50
+ [
51
+ -0.9499599985796214,
52
+ 0.0018380184695959891,
53
+ 0.30907964995971776,
54
+ -0.33439869103899655
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/five_views/transforms_valtrain.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_1",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 1.0,
10
+ 0.0,
11
+ 0.0,
12
+ -0.01730981096625328
13
+ ],
14
+ [
15
+ 0.0,
16
+ 1.0,
17
+ 0.0,
18
+ -0.07234673202037811
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.0,
23
+ 1.0,
24
+ -1.134689211845398
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_5",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ 0.30903411453586666,
40
+ -0.012491691159244934,
41
+ 0.949894495185041,
42
+ -1.0822806251497565
43
+ ],
44
+ [
45
+ 0.005620980868276516,
46
+ 0.9983600295960473,
47
+ 0.011305981963789383,
48
+ -0.08515415940094725
49
+ ],
50
+ [
51
+ -0.9499599985796214,
52
+ 0.0018380184695959891,
53
+ 0.30907964995971776,
54
+ -0.33439869103899655
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/ten_views/transforms_test.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_1",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 1.0,
10
+ 0.0,
11
+ 0.0,
12
+ -0.01730981096625328
13
+ ],
14
+ [
15
+ 0.0,
16
+ 1.0,
17
+ 0.0,
18
+ -0.07234673202037811
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.0,
23
+ 1.0,
24
+ -1.134689211845398
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_2",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ 0.9510577289449031,
40
+ -0.0031859139070931092,
41
+ 0.30864775264290994,
42
+ -0.36645141423059086
43
+ ],
44
+ [
45
+ 0.0026992499860554204,
46
+ 0.9998838403577395,
47
+ 0.0020036696676765603,
48
+ -0.07465859411289164
49
+ ],
50
+ [
51
+ -0.3086523923578262,
52
+ -0.0010726581548010034,
53
+ 0.951060954295059,
54
+ -1.0737382867679217
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/ten_views/transforms_train.json ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_1",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 1.0,
10
+ 0.0,
11
+ 0.0,
12
+ -0.01730981096625328
13
+ ],
14
+ [
15
+ 0.0,
16
+ 1.0,
17
+ 0.0,
18
+ -0.07234673202037811
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.0,
23
+ 1.0,
24
+ -1.134689211845398
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_2",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ 0.9510577289449031,
40
+ -0.0031859139070931092,
41
+ 0.30864775264290994,
42
+ -0.36645141423059086
43
+ ],
44
+ [
45
+ 0.0026992499860554204,
46
+ 0.9998838403577395,
47
+ 0.0020036696676765603,
48
+ -0.07465859411289164
49
+ ],
50
+ [
51
+ -0.3086523923578262,
52
+ -0.0010726581548010034,
53
+ 0.951060954295059,
54
+ -1.0737382867679217
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./train/r_3",
66
+ "rotation": 0.012566370614359171,
67
+ "transform_matrix": [
68
+ [
69
+ 0.8090217262716993,
70
+ -0.006546632329819823,
71
+ 0.5870782730656977,
72
+ -0.6796817686510275
73
+ ],
74
+ [
75
+ 0.004647614610267902,
76
+ 0.9995467431723642,
77
+ 0.004742217827970269,
78
+ -0.07777533311009925
79
+ ],
80
+ [
81
+ -0.5870963777600885,
82
+ -0.0011093054156844644,
83
+ 0.8090343119526057,
84
+ -0.9077597238457494
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ },
94
+ {
95
+ "file_path": "./train/r_4",
96
+ "rotation": 0.012566370614359171,
97
+ "transform_matrix": [
98
+ [
99
+ 0.5877954655441717,
100
+ -0.009753184678577,
101
+ 0.8080368419924162,
102
+ -0.9263397047395232
103
+ ],
104
+ [
105
+ 0.005654374423049504,
106
+ 0.9990216874674152,
107
+ 0.007947576393992177,
108
+ -0.0813918596527265
109
+ ],
110
+ [
111
+ -0.8080759188797493,
112
+ -0.00010635440579103653,
113
+ 0.5878226302837211,
114
+ -0.6530006612656394
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 1.0
121
+ ]
122
+ ]
123
+ },
124
+ {
125
+ "file_path": "./train/r_5",
126
+ "rotation": 0.012566370614359171,
127
+ "transform_matrix": [
128
+ [
129
+ 0.30903411453586666,
130
+ -0.012491691159244934,
131
+ 0.949894495185041,
132
+ -1.0822806251497565
133
+ ],
134
+ [
135
+ 0.005620980868276516,
136
+ 0.9983600295960473,
137
+ 0.011305981963789383,
138
+ -0.08515415940094725
139
+ ],
140
+ [
141
+ -0.9499599985796214,
142
+ 0.0018380184695959891,
143
+ 0.30907964995971776,
144
+ -0.33439869103899655
145
+ ],
146
+ [
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 1.0
151
+ ]
152
+ ]
153
+ },
154
+ {
155
+ "file_path": "./train/r_6",
156
+ "rotation": 0.012566370614359171,
157
+ "transform_matrix": [
158
+ [
159
+ 2.4776531063314294e-05,
160
+ -0.014494088012725115,
161
+ 0.9987652171694208,
162
+ -1.1322399460643007
163
+ ],
164
+ [
165
+ 0.004550702404230833,
166
+ 0.9976266622543336,
167
+ 0.014488690998405218,
168
+ -0.08869396195853138
169
+ ],
170
+ [
171
+ -0.9988600145734381,
172
+ 0.004533485043793917,
173
+ 9.067601058638258e-05,
174
+ 0.016859206115447913
175
+ ],
176
+ [
177
+ 0.0,
178
+ 0.0,
179
+ 0.0,
180
+ 1.0
181
+ ]
182
+ ]
183
+ },
184
+ {
185
+ "file_path": "./train/r_7",
186
+ "rotation": 0.012566370614359171,
187
+ "transform_matrix": [
188
+ [
189
+ -0.308984561477378,
190
+ -0.015564366011109512,
191
+ 0.9498652011756042,
192
+ -1.0713273011137798
193
+ ],
194
+ [
195
+ 0.0025483060164119414,
196
+ 0.9968932353079749,
197
+ 0.01718415710694186,
198
+ -0.09166475612708541
199
+ ],
200
+ [
201
+ -0.9499892925890584,
202
+ 0.007716193612748464,
203
+ -0.308898297938545,
204
+ 0.36638945991143496
205
+ ],
206
+ [
207
+ 0.0,
208
+ 0.0,
209
+ 0.0,
210
+ 1.0
211
+ ]
212
+ ]
213
+ },
214
+ {
215
+ "file_path": "./train/r_8",
216
+ "rotation": 0.012566370614359171,
217
+ "transform_matrix": [
218
+ [
219
+ -0.5877459124811355,
220
+ -0.015597760031543787,
221
+ 0.8079811214739131,
222
+ -0.9055052443048385
223
+ ],
224
+ [
225
+ -0.00019020092991728094,
226
+ 0.9962316668435744,
227
+ 0.01912853044799017,
228
+ -0.09377575022699489
229
+ ],
230
+ [
231
+ -0.8081316393982526,
232
+ 0.011074599648206956,
233
+ -0.5876412782625482,
234
+ 0.6799776137004033
235
+ ],
236
+ [
237
+ 0.0,
238
+ 0.0,
239
+ 0.0,
240
+ 1.0
241
+ ]
242
+ ]
243
+ },
244
+ {
245
+ "file_path": "./train/r_9",
246
+ "rotation": 0.012566370614359171,
247
+ "transform_matrix": [
248
+ [
249
+ -0.8089721732100275,
250
+ -0.014590999636685576,
251
+ 0.5870015803551618,
252
+ -0.6510055940293522
253
+ ],
254
+ [
255
+ -0.003396752696597849,
256
+ 0.9957065068304969,
257
+ 0.020131480526561024,
258
+ -0.09482028844550003
259
+ ],
260
+ [
261
+ -0.5871730704706246,
262
+ 0.014279957282906292,
263
+ -0.8088529599332519,
264
+ 0.926927474216991
265
+ ],
266
+ [
267
+ 0.0,
268
+ 0.0,
269
+ 0.0,
270
+ 1.0
271
+ ]
272
+ ]
273
+ },
274
+ {
275
+ "file_path": "./train/r_10",
276
+ "rotation": 0.012566370614359171,
277
+ "transform_matrix": [
278
+ [
279
+ -0.9510081758841409,
280
+ -0.012642635318063315,
281
+ 0.30855759495540064,
282
+ -0.33274054912755197
283
+ ],
284
+ [
285
+ -0.006757471424914782,
286
+ 0.9953693984692507,
287
+ 0.020094833265677563,
288
+ -0.09469614309976106
289
+ ],
290
+ [
291
+ -0.30874255004533574,
292
+ 0.0170185054432,
293
+ -0.9508796022734316,
294
+ 1.0830658683893428
295
+ ],
296
+ [
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 1.0
301
+ ]
302
+ ]
303
+ }
304
+ ]
305
+ }
load/captured/food/view_jsons/three_views/transforms_train.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_3",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090217262716993,
10
+ -0.006546632329819823,
11
+ 0.5870782730656977,
12
+ -0.6796817686510275
13
+ ],
14
+ [
15
+ 0.004647614610267902,
16
+ 0.9995467431723642,
17
+ 0.004742217827970269,
18
+ -0.07777533311009925
19
+ ],
20
+ [
21
+ -0.5870963777600885,
22
+ -0.0011093054156844644,
23
+ 0.8090343119526057,
24
+ -0.9077597238457494
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_7",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ -0.308984561477378,
40
+ -0.015564366011109512,
41
+ 0.9498652011756042,
42
+ -1.0713273011137798
43
+ ],
44
+ [
45
+ 0.0025483060164119414,
46
+ 0.9968932353079749,
47
+ 0.01718415710694186,
48
+ -0.09166475612708541
49
+ ],
50
+ [
51
+ -0.9499892925890584,
52
+ 0.007716193612748464,
53
+ -0.308898297938545,
54
+ 0.36638945991143496
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./train/r_13",
66
+ "rotation": 0.012566370614359171,
67
+ "transform_matrix": [
68
+ [
69
+ -0.8089721732100277,
70
+ -0.003396752696597851,
71
+ -0.5871730704706244,
72
+ 0.68050784790146
73
+ ],
74
+ [
75
+ -0.014590999636685573,
76
+ 0.9957065068304967,
77
+ 0.014279957282906292,
78
+ -0.08798685784961993
79
+ ],
80
+ [
81
+ 0.5870015803551616,
82
+ 0.020131480526561024,
83
+ -0.8088529599332521,
84
+ 0.9061793943858109
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ }
94
+ ]
95
+ }
load/captured/food/view_jsons/three_views/transforms_val.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_3",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090217262716993,
10
+ -0.006546632329819823,
11
+ 0.5870782730656977,
12
+ -0.6796817686510275
13
+ ],
14
+ [
15
+ 0.004647614610267902,
16
+ 0.9995467431723642,
17
+ 0.004742217827970269,
18
+ -0.07777533311009925
19
+ ],
20
+ [
21
+ -0.5870963777600885,
22
+ -0.0011093054156844644,
23
+ 0.8090343119526057,
24
+ -0.9077597238457494
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_7",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ -0.308984561477378,
40
+ -0.015564366011109512,
41
+ 0.9498652011756042,
42
+ -1.0713273011137798
43
+ ],
44
+ [
45
+ 0.0025483060164119414,
46
+ 0.9968932353079749,
47
+ 0.01718415710694186,
48
+ -0.09166475612708541
49
+ ],
50
+ [
51
+ -0.9499892925890584,
52
+ 0.007716193612748464,
53
+ -0.308898297938545,
54
+ 0.36638945991143496
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/three_views/transforms_valtrain.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_3",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090217262716993,
10
+ -0.006546632329819823,
11
+ 0.5870782730656977,
12
+ -0.6796817686510275
13
+ ],
14
+ [
15
+ 0.004647614610267902,
16
+ 0.9995467431723642,
17
+ 0.004742217827970269,
18
+ -0.07777533311009925
19
+ ],
20
+ [
21
+ -0.5870963777600885,
22
+ -0.0011093054156844644,
23
+ 0.8090343119526057,
24
+ -0.9077597238457494
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_7",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ -0.308984561477378,
40
+ -0.015564366011109512,
41
+ 0.9498652011756042,
42
+ -1.0713273011137798
43
+ ],
44
+ [
45
+ 0.0025483060164119414,
46
+ 0.9968932353079749,
47
+ 0.01718415710694186,
48
+ -0.09166475612708541
49
+ ],
50
+ [
51
+ -0.9499892925890584,
52
+ 0.007716193612748464,
53
+ -0.308898297938545,
54
+ 0.36638945991143496
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/two_views/transforms_train.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_3",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090217262716993,
10
+ -0.006546632329819823,
11
+ 0.5870782730656977,
12
+ -0.6796817686510275
13
+ ],
14
+ [
15
+ 0.004647614610267902,
16
+ 0.9995467431723642,
17
+ 0.004742217827970269,
18
+ -0.07777533311009925
19
+ ],
20
+ [
21
+ -0.5870963777600885,
22
+ -0.0011093054156844644,
23
+ 0.8090343119526057,
24
+ -0.9077597238457494
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_13",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ -0.8089721732100277,
40
+ -0.003396752696597851,
41
+ -0.5871730704706244,
42
+ 0.68050784790146
43
+ ],
44
+ [
45
+ -0.014590999636685573,
46
+ 0.9957065068304967,
47
+ 0.014279957282906292,
48
+ -0.08798685784961993
49
+ ],
50
+ [
51
+ 0.5870015803551616,
52
+ 0.020131480526561024,
53
+ -0.8088529599332521,
54
+ 0.9061793943858109
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/two_views/transforms_val.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_3",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090217262716993,
10
+ -0.006546632329819823,
11
+ 0.5870782730656977,
12
+ -0.6796817686510275
13
+ ],
14
+ [
15
+ 0.004647614610267902,
16
+ 0.9995467431723642,
17
+ 0.004742217827970269,
18
+ -0.07777533311009925
19
+ ],
20
+ [
21
+ -0.5870963777600885,
22
+ -0.0011093054156844644,
23
+ 0.8090343119526057,
24
+ -0.9077597238457494
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_13",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ -0.8089721732100277,
40
+ -0.003396752696597851,
41
+ -0.5871730704706244,
42
+ 0.68050784790146
43
+ ],
44
+ [
45
+ -0.014590999636685573,
46
+ 0.9957065068304967,
47
+ 0.014279957282906292,
48
+ -0.08798685784961993
49
+ ],
50
+ [
51
+ 0.5870015803551616,
52
+ 0.020131480526561024,
53
+ -0.8088529599332521,
54
+ 0.9061793943858109
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/food/view_jsons/two_views/transforms_valtrain.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.690976,
3
+ "frames": [
4
+ {
5
+ "file_path": "./train/r_3",
6
+ "rotation": 0.012566370614359171,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090217262716993,
10
+ -0.006546632329819823,
11
+ 0.5870782730656977,
12
+ -0.6796817686510275
13
+ ],
14
+ [
15
+ 0.004647614610267902,
16
+ 0.9995467431723642,
17
+ 0.004742217827970269,
18
+ -0.07777533311009925
19
+ ],
20
+ [
21
+ -0.5870963777600885,
22
+ -0.0011093054156844644,
23
+ 0.8090343119526057,
24
+ -0.9077597238457494
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./train/r_13",
36
+ "rotation": 0.012566370614359171,
37
+ "transform_matrix": [
38
+ [
39
+ -0.8089721732100277,
40
+ -0.003396752696597851,
41
+ -0.5871730704706244,
42
+ 0.68050784790146
43
+ ],
44
+ [
45
+ -0.014590999636685573,
46
+ 0.9957065068304967,
47
+ 0.014279957282906292,
48
+ -0.08798685784961993
49
+ ],
50
+ [
51
+ 0.5870015803551616,
52
+ 0.020131480526561024,
53
+ -0.8088529599332521,
54
+ 0.9061793943858109
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ }
64
+ ]
65
+ }
load/captured/get_max.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import numpy as np
2
+ import sys
3
+ path = sys.argv[1]
4
+
5
+ print(path)
6
+
7
+ max = np.load(path)
8
+ print("The max is:\n")
9
+ print(max)
load/captured/pulse_low_flux.mat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb0dd72cd633c3fcd3d02c50fd3b6167da642d1c29e34bcf55e7163ae434c0c
3
+ size 1369822
load/simulated/benches/benches.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca40c04736853a63f44f01d068fa779b9027a5c535e20fe29dc3023adcebaf9
3
+ size 34297575
load/simulated/benches/benches_jsons/.DS_Store ADDED
Binary file (6.15 kB). View file
 
load/simulated/benches/benches_jsons/five_views/depth/test_000_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84f5a9a9875bc09c724de91c566976c3df54c87362edd9032461878aa2a914b8
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_001_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:492c29b59e7741237f72cadd843dbe4a46caec665aba539ce565ff92d355f9ec
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_002_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d321cb7275af6fd72f73a742c91fdfe2550436fc4c4bb7d387358cdcbf127a83
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_003_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eecec14aa34cf62b6313e5aba076fae2a5881bdb23b95f6f078a0f5fe81299e3
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_004_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a3c18c6646df9ffb0a8564bd0081da18e64ee707cfc4475e010fa439fb140e
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_005_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c9fe012ef473f05afe0d605e2c1dbbfda5e0c5cae64cb864b2eb9f77fe73244
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_006_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d47dcef388d4180eb99210db62bf61a4198d0a7d7bc6a46363f33cde71eaea4
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_007_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98cf36ce799654530d7d05d00fbdcff70a8aad47dfaed2863295408126dfd7a6
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_008_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bb235c8ff5ef37f0c9491201577ce8ce2115d9f159655c96c6da6d302d4a9c
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/depth/test_009_depth_gt.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0325a645ab7eb2099b1165b18cf41d3f3e3c7d0b31fcd78b083cd32499c4d583
3
+ size 3145856
load/simulated/benches/benches_jsons/five_views/max.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb2c9df226279f9d12aeb52b21270904bfd0ca00300f0f0655e51aa4d080a70
3
+ size 132
load/simulated/benches/benches_jsons/five_views/transforms_test.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.6911112070083618,
3
+ "frames": [
4
+ {
5
+ "file_path": "./test/r_3",
6
+ "rotation": 0.031415926535897934,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090162873268127,
10
+ -0.21622391045093536,
11
+ 0.5465710759162903,
12
+ 2.203298568725586
13
+ ],
14
+ [
15
+ 0.5877863168716431,
16
+ 0.29760587215423584,
17
+ -0.7522885203361511,
18
+ -3.032572031021118
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.929880678653717,
23
+ 0.36786139011383057,
24
+ 1.4828966856002808
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./test/r_4",
36
+ "rotation": 0.031415926535897934,
37
+ "transform_matrix": [
38
+ [
39
+ -0.30901849269866943,
40
+ -0.18689529597759247,
41
+ 0.9325113892555237,
42
+ 3.7590739727020264
43
+ ],
44
+ [
45
+ 0.9510560035705566,
46
+ -0.060726288706064224,
47
+ 0.30299293994903564,
48
+ 1.22140371799469
49
+ ],
50
+ [
51
+ 0.0,
52
+ 0.980501115322113,
53
+ 0.19651341438293457,
54
+ 0.7921710014343262
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./test/r_5",
66
+ "rotation": 0.031415926535897934,
67
+ "transform_matrix": [
68
+ [
69
+ -1.0,
70
+ 2.5862118491204455e-07,
71
+ -2.0660704649344552e-06,
72
+ -8.328596777573694e-06
73
+ ],
74
+ [
75
+ -2.082194214381161e-06,
76
+ -0.12420610338449478,
77
+ 0.9922564625740051,
78
+ 3.9999136924743652
79
+ ],
80
+ [
81
+ -2.842170943040401e-14,
82
+ 0.9922564029693604,
83
+ 0.12420610338449478,
84
+ 0.5006908178329468
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ },
94
+ {
95
+ "file_path": "./test/r_6",
96
+ "rotation": 0.031415926535897934,
97
+ "transform_matrix": [
98
+ [
99
+ -0.30901458859443665,
100
+ 0.17482852935791016,
101
+ -0.9348501563072205,
102
+ -3.7685017585754395
103
+ ],
104
+ [
105
+ -0.9510573744773865,
106
+ -0.05680473521351814,
107
+ 0.30374857783317566,
108
+ 1.2244497537612915
109
+ ],
110
+ [
111
+ 3.725290742551124e-09,
112
+ 0.9829588532447815,
113
+ 0.18382541835308075,
114
+ 0.7410240173339844
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 1.0
121
+ ]
122
+ ]
123
+ },
124
+ {
125
+ "file_path": "./test/r_7",
126
+ "rotation": 0.031415926535897934,
127
+ "transform_matrix": [
128
+ [
129
+ 0.8090184926986694,
130
+ 0.20474675297737122,
131
+ -0.5509697794914246,
132
+ -2.2210304737091064
133
+ ],
134
+ [
135
+ -0.5877830982208252,
136
+ 0.28181129693984985,
137
+ -0.7583490610122681,
138
+ -3.0570030212402344
139
+ ],
140
+ [
141
+ 0.0,
142
+ 0.9373692274093628,
143
+ 0.34833723306655884,
144
+ 1.4041924476623535
145
+ ],
146
+ [
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 1.0
151
+ ]
152
+ ]
153
+ },
154
+ {
155
+ "file_path": "./test/r_8",
156
+ "rotation": 0.031415926535897934,
157
+ "transform_matrix": [
158
+ [
159
+ 0.8090152144432068,
160
+ -0.31817907094955444,
161
+ 0.49422311782836914,
162
+ 1.9922771453857422
163
+ ],
164
+ [
165
+ 0.5877877473831177,
166
+ 0.4379331171512604,
167
+ -0.6802353262901306,
168
+ -2.7421162128448486
169
+ ],
170
+ [
171
+ -2.9802322387695312e-08,
172
+ 0.8408190011978149,
173
+ 0.5413163304328918,
174
+ 2.1821160316467285
175
+ ],
176
+ [
177
+ 0.0,
178
+ 0.0,
179
+ 0.0,
180
+ 1.0
181
+ ]
182
+ ]
183
+ }
184
+ ]
185
+ }
load/simulated/benches/benches_jsons/five_views/transforms_test1.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.6911112070083618,
3
+ "frames": [
4
+ {
5
+ "file_path": "./test/r_0",
6
+ "rotation": 0.031415926535897934,
7
+ "transform_matrix": [
8
+ [
9
+ -0.9999999403953552,
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ [
15
+ 0.0,
16
+ -0.7341099977493286,
17
+ 0.6790305972099304,
18
+ 2.737260103225708
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.6790306568145752,
23
+ 0.7341098785400391,
24
+ 2.959291696548462
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./test/r_1",
36
+ "rotation": 0.031415926535897934,
37
+ "transform_matrix": [
38
+ [
39
+ -0.30901676416397095,
40
+ 0.6578409075737,
41
+ -0.6868434548377991,
42
+ -2.768754482269287
43
+ ],
44
+ [
45
+ -0.9510566592216492,
46
+ -0.21374528110027313,
47
+ 0.2231687754392624,
48
+ 0.8996220827102661
49
+ ],
50
+ [
51
+ 0.0,
52
+ 0.7221899032592773,
53
+ 0.6916947960853577,
54
+ 2.788311004638672
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./test/r_2",
66
+ "rotation": 0.031415926535897934,
67
+ "transform_matrix": [
68
+ [
69
+ 0.8090173602104187,
70
+ 0.3284419775009155,
71
+ -0.48745933175086975,
72
+ -1.9650115966796875
73
+ ],
74
+ [
75
+ -0.5877845883369446,
76
+ 0.45206233859062195,
77
+ -0.6709312796592712,
78
+ -2.704610824584961
79
+ ],
80
+ [
81
+ 0.0,
82
+ 0.8293163180351257,
83
+ 0.5587793588638306,
84
+ 2.252511978149414
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ }
94
+ ]
95
+ }
load/simulated/benches/benches_jsons/five_views/transforms_test2.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.6911112070083618,
3
+ "frames": [
4
+ {
5
+ "file_path": "./test/r_3",
6
+ "rotation": 0.031415926535897934,
7
+ "transform_matrix": [
8
+ [
9
+ 0.8090162873268127,
10
+ -0.21622391045093536,
11
+ 0.5465710759162903,
12
+ 2.203298568725586
13
+ ],
14
+ [
15
+ 0.5877863168716431,
16
+ 0.29760587215423584,
17
+ -0.7522885203361511,
18
+ -3.032572031021118
19
+ ],
20
+ [
21
+ 0.0,
22
+ 0.929880678653717,
23
+ 0.36786139011383057,
24
+ 1.4828966856002808
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./test/r_4",
36
+ "rotation": 0.031415926535897934,
37
+ "transform_matrix": [
38
+ [
39
+ -0.30901849269866943,
40
+ -0.18689529597759247,
41
+ 0.9325113892555237,
42
+ 3.7590739727020264
43
+ ],
44
+ [
45
+ 0.9510560035705566,
46
+ -0.060726288706064224,
47
+ 0.30299293994903564,
48
+ 1.22140371799469
49
+ ],
50
+ [
51
+ 0.0,
52
+ 0.980501115322113,
53
+ 0.19651341438293457,
54
+ 0.7921710014343262
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./test/r_5",
66
+ "rotation": 0.031415926535897934,
67
+ "transform_matrix": [
68
+ [
69
+ -1.0,
70
+ 2.5862118491204455e-07,
71
+ -2.0660704649344552e-06,
72
+ -8.328596777573694e-06
73
+ ],
74
+ [
75
+ -2.082194214381161e-06,
76
+ -0.12420610338449478,
77
+ 0.9922564625740051,
78
+ 3.9999136924743652
79
+ ],
80
+ [
81
+ -2.842170943040401e-14,
82
+ 0.9922564029693604,
83
+ 0.12420610338449478,
84
+ 0.5006908178329468
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ }
94
+ ]
95
+ }
load/simulated/benches/benches_jsons/five_views/transforms_test3.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "camera_angle_x": 0.6911112070083618,
3
+ "frames": [
4
+ {
5
+ "file_path": "./test/r_6",
6
+ "rotation": 0.031415926535897934,
7
+ "transform_matrix": [
8
+ [
9
+ -0.30901458859443665,
10
+ 0.17482852935791016,
11
+ -0.9348501563072205,
12
+ -3.7685017585754395
13
+ ],
14
+ [
15
+ -0.9510573744773865,
16
+ -0.05680473521351814,
17
+ 0.30374857783317566,
18
+ 1.2244497537612915
19
+ ],
20
+ [
21
+ 3.725290742551124e-09,
22
+ 0.9829588532447815,
23
+ 0.18382541835308075,
24
+ 0.7410240173339844
25
+ ],
26
+ [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 1.0
31
+ ]
32
+ ]
33
+ },
34
+ {
35
+ "file_path": "./test/r_7",
36
+ "rotation": 0.031415926535897934,
37
+ "transform_matrix": [
38
+ [
39
+ 0.8090184926986694,
40
+ 0.20474675297737122,
41
+ -0.5509697794914246,
42
+ -2.2210304737091064
43
+ ],
44
+ [
45
+ -0.5877830982208252,
46
+ 0.28181129693984985,
47
+ -0.7583490610122681,
48
+ -3.0570030212402344
49
+ ],
50
+ [
51
+ 0.0,
52
+ 0.9373692274093628,
53
+ 0.34833723306655884,
54
+ 1.4041924476623535
55
+ ],
56
+ [
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 1.0
61
+ ]
62
+ ]
63
+ },
64
+ {
65
+ "file_path": "./test/r_8",
66
+ "rotation": 0.031415926535897934,
67
+ "transform_matrix": [
68
+ [
69
+ 0.8090152144432068,
70
+ -0.31817907094955444,
71
+ 0.49422311782836914,
72
+ 1.9922771453857422
73
+ ],
74
+ [
75
+ 0.5877877473831177,
76
+ 0.4379331171512604,
77
+ -0.6802353262901306,
78
+ -2.7421162128448486
79
+ ],
80
+ [
81
+ -2.9802322387695312e-08,
82
+ 0.8408190011978149,
83
+ 0.5413163304328918,
84
+ 2.1821160316467285
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 1.0
91
+ ]
92
+ ]
93
+ },
94
+ {
95
+ "file_path": "./test/r_9",
96
+ "rotation": 0.031415926535897934,
97
+ "transform_matrix": [
98
+ [
99
+ -0.30902042984962463,
100
+ -0.648908793926239,
101
+ 0.6952868700027466,
102
+ 2.802791118621826
103
+ ],
104
+ [
105
+ 0.9510553479194641,
106
+ -0.21084585785865784,
107
+ 0.22591520845890045,
108
+ 0.910693347454071
109
+ ],
110
+ [
111
+ -1.4901160305669237e-08,
112
+ 0.7310687303543091,
113
+ 0.682303786277771,
114
+ 2.7504544258117676
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 1.0
121
+ ]
122
+ ]
123
+ }
124
+ ]
125
+ }