pcchenm commited on
Commit
943cca5
·
verified ·
1 Parent(s): c50093b

Add files using upload-large-folder tool

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 +4 -0
  2. cabinet/var001/material_segmentation_map.json +22 -0
  3. cabinet/var001/metadata.json +28 -0
  4. cabinet/var001/transforms.json +2140 -0
  5. cabinet/var004/albedo/000.png +3 -0
  6. cabinet/var004/albedo/001.png +3 -0
  7. cabinet/var004/albedo/002.png +3 -0
  8. cabinet/var004/albedo/003.png +3 -0
  9. cabinet/var004/albedo/004.png +3 -0
  10. cabinet/var004/albedo/005.png +3 -0
  11. cabinet/var004/albedo/006.png +3 -0
  12. cabinet/var004/albedo/007.png +3 -0
  13. cabinet/var004/albedo/008.png +3 -0
  14. cabinet/var004/albedo/009.png +3 -0
  15. cabinet/var004/albedo/010.png +3 -0
  16. cabinet/var004/albedo/011.png +3 -0
  17. cabinet/var004/albedo/012.png +3 -0
  18. cabinet/var004/albedo/013.png +3 -0
  19. cabinet/var004/albedo/014.png +3 -0
  20. cabinet/var004/albedo/015.png +3 -0
  21. cabinet/var004/albedo/016.png +3 -0
  22. cabinet/var004/albedo/017.png +3 -0
  23. cabinet/var004/albedo/018.png +3 -0
  24. cabinet/var004/albedo/019.png +3 -0
  25. cabinet/var004/albedo/020.png +3 -0
  26. cabinet/var004/albedo/021.png +3 -0
  27. cabinet/var004/albedo/022.png +3 -0
  28. cabinet/var004/albedo/023.png +3 -0
  29. cabinet/var004/albedo/024.png +3 -0
  30. cabinet/var004/albedo/025.png +3 -0
  31. cabinet/var004/albedo/026.png +3 -0
  32. cabinet/var004/albedo/027.png +3 -0
  33. cabinet/var004/albedo/028.png +3 -0
  34. cabinet/var004/albedo/029.png +3 -0
  35. cabinet/var004/albedo/030.png +3 -0
  36. cabinet/var004/albedo/031.png +3 -0
  37. cabinet/var004/albedo/032.png +3 -0
  38. cabinet/var004/albedo/033.png +3 -0
  39. cabinet/var004/albedo/034.png +3 -0
  40. cabinet/var004/albedo/035.png +3 -0
  41. cabinet/var004/albedo/036.png +3 -0
  42. cabinet/var004/albedo/037.png +3 -0
  43. cabinet/var004/albedo/038.png +3 -0
  44. cabinet/var004/albedo/039.png +3 -0
  45. cabinet/var004/albedo/040.png +3 -0
  46. cabinet/var004/albedo/041.png +3 -0
  47. cabinet/var004/albedo/042.png +3 -0
  48. cabinet/var004/albedo/043.png +3 -0
  49. cabinet/var004/albedo/044.png +3 -0
  50. cabinet/var004/albedo/045.png +3 -0
.gitattributes CHANGED
@@ -7170,3 +7170,7 @@ cabinet/var007/depth/041.exr filter=lfs diff=lfs merge=lfs -text
7170
  cabinet/var007/depth/045.exr filter=lfs diff=lfs merge=lfs -text
7171
  cabinet/var003/depth/046.exr filter=lfs diff=lfs merge=lfs -text
7172
  cabinet/var003/depth/042.exr filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
7170
  cabinet/var007/depth/045.exr filter=lfs diff=lfs merge=lfs -text
7171
  cabinet/var003/depth/046.exr filter=lfs diff=lfs merge=lfs -text
7172
  cabinet/var003/depth/042.exr filter=lfs diff=lfs merge=lfs -text
7173
+ cabinet/var004/depth/044.exr filter=lfs diff=lfs merge=lfs -text
7174
+ cabinet/var004/depth/040.exr filter=lfs diff=lfs merge=lfs -text
7175
+ cabinet/var005/depth/043.exr filter=lfs diff=lfs merge=lfs -text
7176
+ cabinet/var005/depth/040.exr filter=lfs diff=lfs merge=lfs -text
cabinet/var001/material_segmentation_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id_to_material_family": {
3
+ "0": "background",
4
+ "1": "concrete",
5
+ "2": "fabric",
6
+ "3": "leather",
7
+ "4": "metal",
8
+ "5": "plastic",
9
+ "6": "stone",
10
+ "7": "wood"
11
+ },
12
+ "material_family_to_id": {
13
+ "background": 0,
14
+ "concrete": 1,
15
+ "fabric": 2,
16
+ "leather": 3,
17
+ "metal": 4,
18
+ "plastic": 5,
19
+ "stone": 6,
20
+ "wood": 7
21
+ }
22
+ }
cabinet/var001/metadata.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "variant_map": {
3
+ "mat1": "plastic_2"
4
+ },
5
+ "used_materials": {
6
+ "mat1": {
7
+ "material": "plastic_2",
8
+ "material_family": "plastic",
9
+ "label_id": 5
10
+ }
11
+ },
12
+ "render_summary": {
13
+ "resolution": {
14
+ "width": 512,
15
+ "height": 512
16
+ },
17
+ "samples": 32,
18
+ "output_structure": [
19
+ "albedo",
20
+ "images",
21
+ "depth",
22
+ "ORM",
23
+ "normal_mat",
24
+ "normal_obj",
25
+ "label"
26
+ ]
27
+ }
28
+ }
cabinet/var001/transforms.json ADDED
@@ -0,0 +1,2140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frames": [
3
+ {
4
+ "envmap": null,
5
+ "rotation": -0.017453292519943295,
6
+ "transform_matrix": [
7
+ [
8
+ 2.147075264247178e-07,
9
+ -0.08715572208166122,
10
+ 0.9961946606636047,
11
+ 3.4813185409488776
12
+ ],
13
+ [
14
+ 0.9999999403953552,
15
+ 4.386354035545992e-08,
16
+ -1.5016973975434666e-07,
17
+ 0.05272182070169992
18
+ ],
19
+ [
20
+ 3.627375022574597e-08,
21
+ 0.9961946606636047,
22
+ 0.0871557891368866,
23
+ 0.21977484610924394
24
+ ],
25
+ [
26
+ 0.0,
27
+ 0.0,
28
+ 0.0,
29
+ 1.0
30
+ ]
31
+ ],
32
+ "file_path": "images/000",
33
+ "file_path_albedo": "albedo/000",
34
+ "file_path_normal": "normal_obj/000",
35
+ "file_path_orm": "ORM/000",
36
+ "file_path_depth": "depth/000"
37
+ },
38
+ {
39
+ "envmap": null,
40
+ "rotation": -0.017453292519943295,
41
+ "transform_matrix": [
42
+ [
43
+ -0.25881919264793396,
44
+ -0.08418603241443634,
45
+ 0.9622502326965332,
46
+ 3.3626845952506095
47
+ ],
48
+ [
49
+ 0.9659258723258972,
50
+ -0.022557631134986877,
51
+ 0.257834255695343,
52
+ 0.9538357377335525
53
+ ],
54
+ [
55
+ -2.27324079560276e-08,
56
+ 0.9961947798728943,
57
+ 0.08715571463108063,
58
+ 0.21977484610924394
59
+ ],
60
+ [
61
+ 0.0,
62
+ 0.0,
63
+ 0.0,
64
+ 1.0
65
+ ]
66
+ ],
67
+ "file_path": "images/001",
68
+ "file_path_albedo": "albedo/001",
69
+ "file_path_normal": "normal_obj/001",
70
+ "file_path_orm": "ORM/001",
71
+ "file_path_depth": "depth/001"
72
+ },
73
+ {
74
+ "envmap": null,
75
+ "rotation": -0.017453292519943295,
76
+ "transform_matrix": [
77
+ [
78
+ -0.4999999701976776,
79
+ -0.07547901570796967,
80
+ 0.8627299666404724,
81
+ 3.0148675971196455
82
+ ],
83
+ [
84
+ 0.866025447845459,
85
+ -0.043578024953603745,
86
+ 0.49809730052948,
87
+ 1.7935402403425034
88
+ ],
89
+ [
90
+ 1.7054468059995997e-07,
91
+ 0.9961947202682495,
92
+ 0.08715575933456421,
93
+ 0.21977484610924394
94
+ ],
95
+ [
96
+ 0.0,
97
+ 0.0,
98
+ 0.0,
99
+ 1.0
100
+ ]
101
+ ],
102
+ "file_path": "images/002",
103
+ "file_path_albedo": "albedo/002",
104
+ "file_path_normal": "normal_obj/002",
105
+ "file_path_orm": "ORM/002",
106
+ "file_path_depth": "depth/002"
107
+ },
108
+ {
109
+ "envmap": null,
110
+ "rotation": -0.017453292519943295,
111
+ "transform_matrix": [
112
+ [
113
+ -0.7071068286895752,
114
+ -0.061628423631191254,
115
+ 0.7044159770011902,
116
+ 2.4615706782187567
117
+ ],
118
+ [
119
+ 0.7071067094802856,
120
+ -0.06162838637828827,
121
+ 0.7044160962104797,
122
+ 2.514610797253186
123
+ ],
124
+ [
125
+ -3.397348535827405e-08,
126
+ 0.9961947202682495,
127
+ 0.08715572953224182,
128
+ 0.21977484610924394
129
+ ],
130
+ [
131
+ 0.0,
132
+ 0.0,
133
+ 0.0,
134
+ 1.0
135
+ ]
136
+ ],
137
+ "file_path": "images/003",
138
+ "file_path_albedo": "albedo/003",
139
+ "file_path_normal": "normal_obj/003",
140
+ "file_path_orm": "ORM/003",
141
+ "file_path_depth": "depth/003"
142
+ },
143
+ {
144
+ "envmap": null,
145
+ "rotation": -0.017453292519943295,
146
+ "transform_matrix": [
147
+ [
148
+ -0.8660256862640381,
149
+ -0.04357796162366867,
150
+ 0.49809736013412476,
151
+ 1.7405000175472107
152
+ ],
153
+ [
154
+ 0.5,
155
+ -0.07547923922538757,
156
+ 0.862730085849762,
157
+ 3.067907923675802
158
+ ],
159
+ [
160
+ -7.643200206075562e-08,
161
+ 0.9961948394775391,
162
+ 0.08715566992759705,
163
+ 0.21977484610924394
164
+ ],
165
+ [
166
+ 0.0,
167
+ 0.0,
168
+ 0.0,
169
+ 1.0
170
+ ]
171
+ ],
172
+ "file_path": "images/004",
173
+ "file_path_albedo": "albedo/004",
174
+ "file_path_normal": "normal_obj/004",
175
+ "file_path_orm": "ORM/004",
176
+ "file_path_depth": "depth/004"
177
+ },
178
+ {
179
+ "envmap": null,
180
+ "rotation": -0.017453292519943295,
181
+ "transform_matrix": [
182
+ [
183
+ -0.9659258127212524,
184
+ -0.022557668387889862,
185
+ 0.257834255695343,
186
+ 0.9007957224599867
187
+ ],
188
+ [
189
+ 0.2588191330432892,
190
+ -0.08418603986501694,
191
+ 0.9622501730918884,
192
+ 3.4157247142850387
193
+ ],
194
+ [
195
+ -7.707249238819713e-08,
196
+ 0.9961947202682495,
197
+ 0.08715581148862839,
198
+ 0.21977484610924394
199
+ ],
200
+ [
201
+ 0.0,
202
+ 0.0,
203
+ 0.0,
204
+ 1.0
205
+ ]
206
+ ],
207
+ "file_path": "images/005",
208
+ "file_path_albedo": "albedo/005",
209
+ "file_path_normal": "normal_obj/005",
210
+ "file_path_orm": "ORM/005",
211
+ "file_path_depth": "depth/005"
212
+ },
213
+ {
214
+ "envmap": null,
215
+ "rotation": -0.017453292519943295,
216
+ "transform_matrix": [
217
+ [
218
+ -1.0,
219
+ 1.1109410280596421e-07,
220
+ -4.3545060890437526e-08,
221
+ -0.00031845051990898296
222
+ ],
223
+ [
224
+ -5.306184647224654e-08,
225
+ -0.08715572208166122,
226
+ 0.9961947202682495,
227
+ 3.534358659983307
228
+ ],
229
+ [
230
+ 1.0687615770166303e-07,
231
+ 0.9961947202682495,
232
+ 0.08715571463108063,
233
+ 0.21977484610924394
234
+ ],
235
+ [
236
+ 0.0,
237
+ 0.0,
238
+ 0.0,
239
+ 1.0
240
+ ]
241
+ ],
242
+ "file_path": "images/006",
243
+ "file_path_albedo": "albedo/006",
244
+ "file_path_normal": "normal_obj/006",
245
+ "file_path_orm": "ORM/006",
246
+ "file_path_depth": "depth/006"
247
+ },
248
+ {
249
+ "envmap": null,
250
+ "rotation": -0.017453292519943295,
251
+ "transform_matrix": [
252
+ [
253
+ -0.9659256339073181,
254
+ 0.02255767211318016,
255
+ -0.25783413648605347,
256
+ -0.9014321116037182
257
+ ],
258
+ [
259
+ -0.25881901383399963,
260
+ -0.08418584614992142,
261
+ 0.9622501134872437,
262
+ 3.4157247142850387
263
+ ],
264
+ [
265
+ 1.1301460745016811e-07,
266
+ 0.99619460105896,
267
+ 0.08715582638978958,
268
+ 0.21977484610924394
269
+ ],
270
+ [
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 1.0
275
+ ]
276
+ ],
277
+ "file_path": "images/007",
278
+ "file_path_albedo": "albedo/007",
279
+ "file_path_normal": "normal_obj/007",
280
+ "file_path_orm": "ORM/007",
281
+ "file_path_depth": "depth/007"
282
+ },
283
+ {
284
+ "envmap": null,
285
+ "rotation": -0.017453292519943295,
286
+ "transform_matrix": [
287
+ [
288
+ -0.8660253286361694,
289
+ 0.04357796534895897,
290
+ -0.49809738993644714,
291
+ -1.7411369254952598
292
+ ],
293
+ [
294
+ -0.5000000596046448,
295
+ -0.07547909021377563,
296
+ 0.8627298474311829,
297
+ 3.0679077161540746
298
+ ],
299
+ [
300
+ 7.097716547832533e-08,
301
+ 0.9961946606636047,
302
+ 0.08715580403804779,
303
+ 0.21977484610924394
304
+ ],
305
+ [
306
+ 0.0,
307
+ 0.0,
308
+ 0.0,
309
+ 1.0
310
+ ]
311
+ ],
312
+ "file_path": "images/008",
313
+ "file_path_albedo": "albedo/008",
314
+ "file_path_normal": "normal_obj/008",
315
+ "file_path_orm": "ORM/008",
316
+ "file_path_depth": "depth/008"
317
+ },
318
+ {
319
+ "envmap": null,
320
+ "rotation": -0.017453292519943295,
321
+ "transform_matrix": [
322
+ [
323
+ -0.7071068286895752,
324
+ 0.061628423631191254,
325
+ -0.7044159770011902,
326
+ -2.462207274884215
327
+ ],
328
+ [
329
+ -0.7071067094802856,
330
+ -0.06162838637828827,
331
+ 0.7044160962104797,
332
+ 2.514610797253186
333
+ ],
334
+ [
335
+ 3.397348535827405e-08,
336
+ 0.9961947202682495,
337
+ 0.08715572953224182,
338
+ 0.21977484610924394
339
+ ],
340
+ [
341
+ 0.0,
342
+ 0.0,
343
+ 0.0,
344
+ 1.0
345
+ ]
346
+ ],
347
+ "file_path": "images/009",
348
+ "file_path_albedo": "albedo/009",
349
+ "file_path_normal": "normal_obj/009",
350
+ "file_path_orm": "ORM/009",
351
+ "file_path_depth": "depth/009"
352
+ },
353
+ {
354
+ "envmap": null,
355
+ "rotation": -0.017453292519943295,
356
+ "transform_matrix": [
357
+ [
358
+ -0.4999999701976776,
359
+ 0.07547912001609802,
360
+ -0.8627297282218933,
361
+ -3.015504193785104
362
+ ],
363
+ [
364
+ -0.8660252690315247,
365
+ -0.04357786104083061,
366
+ 0.49809741973876953,
367
+ 1.7935404478642305
368
+ ],
369
+ [
370
+ -5.318757700933929e-08,
371
+ 0.99619460105896,
372
+ 0.08715591579675674,
373
+ 0.21977484610924394
374
+ ],
375
+ [
376
+ 0.0,
377
+ 0.0,
378
+ 0.0,
379
+ 1.0
380
+ ]
381
+ ],
382
+ "file_path": "images/010",
383
+ "file_path_albedo": "albedo/010",
384
+ "file_path_normal": "normal_obj/010",
385
+ "file_path_orm": "ORM/010",
386
+ "file_path_depth": "depth/010"
387
+ },
388
+ {
389
+ "envmap": null,
390
+ "rotation": -0.017453292519943295,
391
+ "transform_matrix": [
392
+ [
393
+ -0.2588190734386444,
394
+ 0.08418603986501694,
395
+ -0.9622501730918884,
396
+ -3.363321191916068
397
+ ],
398
+ [
399
+ -0.9659258127212524,
400
+ -0.022557443007826805,
401
+ 0.25783419609069824,
402
+ 0.9538360490161429
403
+ ],
404
+ [
405
+ 1.385710390877648e-07,
406
+ 0.9961947202682495,
407
+ 0.0871557667851448,
408
+ 0.21977484610924394
409
+ ],
410
+ [
411
+ 0.0,
412
+ 0.0,
413
+ 0.0,
414
+ 1.0
415
+ ]
416
+ ],
417
+ "file_path": "images/011",
418
+ "file_path_albedo": "albedo/011",
419
+ "file_path_normal": "normal_obj/011",
420
+ "file_path_orm": "ORM/011",
421
+ "file_path_depth": "depth/011"
422
+ },
423
+ {
424
+ "envmap": null,
425
+ "rotation": -0.017453292519943295,
426
+ "transform_matrix": [
427
+ [
428
+ 0.9659258127212524,
429
+ -0.022557610645890236,
430
+ 0.2578341066837311,
431
+ 0.9007954111773963
432
+ ],
433
+ [
434
+ 0.25881901383399963,
435
+ 0.08418605476617813,
436
+ -0.962250292301178,
437
+ -3.3102810728816388
438
+ ],
439
+ [
440
+ 1.0320022170162702e-08,
441
+ 0.9961947798728943,
442
+ 0.08715581893920898,
443
+ 0.21977484610924394
444
+ ],
445
+ [
446
+ 0.0,
447
+ 0.0,
448
+ 0.0,
449
+ 1.0
450
+ ]
451
+ ],
452
+ "file_path": "images/012",
453
+ "file_path_albedo": "albedo/012",
454
+ "file_path_normal": "normal_obj/012",
455
+ "file_path_orm": "ORM/012",
456
+ "file_path_depth": "depth/012"
457
+ },
458
+ {
459
+ "envmap": null,
460
+ "rotation": -0.017453292519943295,
461
+ "transform_matrix": [
462
+ [
463
+ -6.198155944048267e-08,
464
+ -0.2588190734386444,
465
+ 0.9659258723258972,
466
+ 3.3755306448114073
467
+ ],
468
+ [
469
+ 1.0,
470
+ -1.1329630922318756e-07,
471
+ 1.787740799841231e-08,
472
+ 0.05272182070169992
473
+ ],
474
+ [
475
+ 8.475209511971116e-08,
476
+ 0.9659258723258972,
477
+ 0.258819043636322,
478
+ 0.8197271247529038
479
+ ],
480
+ [
481
+ 0.0,
482
+ 0.0,
483
+ 0.0,
484
+ 1.0
485
+ ]
486
+ ],
487
+ "file_path": "images/013",
488
+ "file_path_albedo": "albedo/013",
489
+ "file_path_normal": "normal_obj/013",
490
+ "file_path_orm": "ORM/013",
491
+ "file_path_depth": "depth/013"
492
+ },
493
+ {
494
+ "envmap": null,
495
+ "rotation": -0.017453292519943295,
496
+ "transform_matrix": [
497
+ [
498
+ -0.2588191032409668,
499
+ -0.2500000298023224,
500
+ 0.9330126643180847,
501
+ 3.2605013356979518
502
+ ],
503
+ [
504
+ 0.9659257531166077,
505
+ -0.06698732823133469,
506
+ 0.25000008940696716,
507
+ 0.9264558156269538
508
+ ],
509
+ [
510
+ 2.684499733618395e-08,
511
+ 0.9659258127212524,
512
+ 0.2588191032409668,
513
+ 0.8197271247529038
514
+ ],
515
+ [
516
+ 0.0,
517
+ 0.0,
518
+ 0.0,
519
+ 1.0
520
+ ]
521
+ ],
522
+ "file_path": "images/014",
523
+ "file_path_albedo": "albedo/014",
524
+ "file_path_normal": "normal_obj/014",
525
+ "file_path_orm": "ORM/014",
526
+ "file_path_depth": "depth/014"
527
+ },
528
+ {
529
+ "envmap": null,
530
+ "rotation": -0.017453292519943295,
531
+ "transform_matrix": [
532
+ [
533
+ -0.4999997317790985,
534
+ -0.224143847823143,
535
+ 0.836516261100769,
536
+ 2.923252593296014
537
+ ],
538
+ [
539
+ 0.8660253286361694,
540
+ -0.12940946221351624,
541
+ 0.4829627573490143,
542
+ 1.7406462922737682
543
+ ],
544
+ [
545
+ 9.229498942886494e-08,
546
+ 0.9659256935119629,
547
+ 0.2588191628456116,
548
+ 0.8197271247529038
549
+ ],
550
+ [
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 1.0
555
+ ]
556
+ ],
557
+ "file_path": "images/015",
558
+ "file_path_albedo": "albedo/015",
559
+ "file_path_normal": "normal_obj/015",
560
+ "file_path_orm": "ORM/015",
561
+ "file_path_depth": "depth/015"
562
+ },
563
+ {
564
+ "envmap": null,
565
+ "rotation": -0.017453292519943295,
566
+ "transform_matrix": [
567
+ [
568
+ -0.7071064114570618,
569
+ -0.18301278352737427,
570
+ 0.6830126047134399,
571
+ 2.386767340772698
572
+ ],
573
+ [
574
+ 0.7071067094802856,
575
+ -0.183012455701828,
576
+ 0.6830125451087952,
577
+ 2.439807459807127
578
+ ],
579
+ [
580
+ -9.06577923842633e-08,
581
+ 0.9659256339073181,
582
+ 0.25881925225257874,
583
+ 0.8197271247529038
584
+ ],
585
+ [
586
+ 0.0,
587
+ 0.0,
588
+ 0.0,
589
+ 1.0
590
+ ]
591
+ ],
592
+ "file_path": "images/016",
593
+ "file_path_albedo": "albedo/016",
594
+ "file_path_normal": "normal_obj/016",
595
+ "file_path_orm": "ORM/016",
596
+ "file_path_depth": "depth/016"
597
+ },
598
+ {
599
+ "envmap": null,
600
+ "rotation": -0.017453292519943295,
601
+ "transform_matrix": [
602
+ [
603
+ -0.8660258054733276,
604
+ -0.12940961122512817,
605
+ 0.48296284675598145,
606
+ 1.6876060726312005
607
+ ],
608
+ [
609
+ 0.4999999701976776,
610
+ -0.22414416074752808,
611
+ 0.8365164995193481,
612
+ 2.97629291354672
613
+ ],
614
+ [
615
+ -6.155752885206311e-08,
616
+ 0.9659259915351868,
617
+ 0.25881901383399963,
618
+ 0.8197271247529038
619
+ ],
620
+ [
621
+ 0.0,
622
+ 0.0,
623
+ 0.0,
624
+ 1.0
625
+ ]
626
+ ],
627
+ "file_path": "images/017",
628
+ "file_path_albedo": "albedo/017",
629
+ "file_path_normal": "normal_obj/017",
630
+ "file_path_orm": "ORM/017",
631
+ "file_path_depth": "depth/017"
632
+ },
633
+ {
634
+ "envmap": null,
635
+ "rotation": -0.017453292519943295,
636
+ "transform_matrix": [
637
+ [
638
+ -0.9659257531166077,
639
+ -0.06698742508888245,
640
+ 0.2500000298023224,
641
+ 0.8734157972006632
642
+ ],
643
+ [
644
+ 0.2588191032409668,
645
+ -0.25000014901161194,
646
+ 0.9330126047134399,
647
+ 3.313541454732381
648
+ ],
649
+ [
650
+ -6.374848737777938e-08,
651
+ 0.9659257531166077,
652
+ 0.2588192820549011,
653
+ 0.8197271247529038
654
+ ],
655
+ [
656
+ 0.0,
657
+ 0.0,
658
+ 0.0,
659
+ 1.0
660
+ ]
661
+ ],
662
+ "file_path": "images/018",
663
+ "file_path_albedo": "albedo/018",
664
+ "file_path_normal": "normal_obj/018",
665
+ "file_path_orm": "ORM/018",
666
+ "file_path_depth": "depth/018"
667
+ },
668
+ {
669
+ "envmap": null,
670
+ "rotation": -0.017453292519943295,
671
+ "transform_matrix": [
672
+ [
673
+ -1.000000238418579,
674
+ 1.1859775383982196e-07,
675
+ -4.2221955709464964e-08,
676
+ -0.0003184458957731788
677
+ ],
678
+ [
679
+ -7.147863101408802e-08,
680
+ -0.2588191628456116,
681
+ 0.9659259915351868,
682
+ 3.4285707638458365
683
+ ],
684
+ [
685
+ 1.0362879265812808e-07,
686
+ 0.9659259915351868,
687
+ 0.2588188946247101,
688
+ 0.8197271247529038
689
+ ],
690
+ [
691
+ 0.0,
692
+ 0.0,
693
+ 0.0,
694
+ 1.0
695
+ ]
696
+ ],
697
+ "file_path": "images/019",
698
+ "file_path_albedo": "albedo/019",
699
+ "file_path_normal": "normal_obj/019",
700
+ "file_path_orm": "ORM/019",
701
+ "file_path_depth": "depth/019"
702
+ },
703
+ {
704
+ "envmap": null,
705
+ "rotation": -0.017453292519943295,
706
+ "transform_matrix": [
707
+ [
708
+ -0.9659257531166077,
709
+ 0.06698745489120483,
710
+ -0.24999994039535522,
711
+ -0.8740521926498446
712
+ ],
713
+ [
714
+ -0.25881901383399963,
715
+ -0.25000011920928955,
716
+ 0.9330126047134399,
717
+ 3.313541454732381
718
+ ],
719
+ [
720
+ 1.1608568684096099e-07,
721
+ 0.9659257531166077,
722
+ 0.2588192820549011,
723
+ 0.8197271247529038
724
+ ],
725
+ [
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 1.0
730
+ ]
731
+ ],
732
+ "file_path": "images/020",
733
+ "file_path_albedo": "albedo/020",
734
+ "file_path_normal": "normal_obj/020",
735
+ "file_path_orm": "ORM/020",
736
+ "file_path_depth": "depth/020"
737
+ },
738
+ {
739
+ "envmap": null,
740
+ "rotation": -0.017453292519943295,
741
+ "transform_matrix": [
742
+ [
743
+ -0.8660252690315247,
744
+ 0.1294095367193222,
745
+ -0.4829629361629486,
746
+ -1.6882429711210745
747
+ ],
748
+ [
749
+ -0.5000000596046448,
750
+ -0.2241438329219818,
751
+ 0.8365162014961243,
752
+ 2.976292712330443
753
+ ],
754
+ [
755
+ -4.49733228435889e-09,
756
+ 0.9659257531166077,
757
+ 0.2588191032409668,
758
+ 0.8197271247529038
759
+ ],
760
+ [
761
+ 0.0,
762
+ 0.0,
763
+ 0.0,
764
+ 1.0
765
+ ]
766
+ ],
767
+ "file_path": "images/021",
768
+ "file_path_albedo": "albedo/021",
769
+ "file_path_normal": "normal_obj/021",
770
+ "file_path_orm": "ORM/021",
771
+ "file_path_depth": "depth/021"
772
+ },
773
+ {
774
+ "envmap": null,
775
+ "rotation": -0.017453292519943295,
776
+ "transform_matrix": [
777
+ [
778
+ -0.7071064114570618,
779
+ 0.18301278352737427,
780
+ -0.6830126047134399,
781
+ -2.3874039374381564
782
+ ],
783
+ [
784
+ -0.7071067094802856,
785
+ -0.183012455701828,
786
+ 0.6830125451087952,
787
+ 2.439807459807127
788
+ ],
789
+ [
790
+ 9.06577923842633e-08,
791
+ 0.9659256339073181,
792
+ 0.25881925225257874,
793
+ 0.8197271247529038
794
+ ],
795
+ [
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 1.0
800
+ ]
801
+ ],
802
+ "file_path": "images/022",
803
+ "file_path_albedo": "albedo/022",
804
+ "file_path_normal": "normal_obj/022",
805
+ "file_path_orm": "ORM/022",
806
+ "file_path_depth": "depth/022"
807
+ },
808
+ {
809
+ "envmap": null,
810
+ "rotation": -0.017453292519943295,
811
+ "transform_matrix": [
812
+ [
813
+ -0.49999985098838806,
814
+ 0.2241438329219818,
815
+ -0.836516261100769,
816
+ -2.9238891899614723
817
+ ],
818
+ [
819
+ -0.8660253286361694,
820
+ -0.12940943241119385,
821
+ 0.48296284675598145,
822
+ 1.7406464934900452
823
+ ],
824
+ [
825
+ -4.0552308178121166e-09,
826
+ 0.9659257531166077,
827
+ 0.2588190734386444,
828
+ 0.8197271247529038
829
+ ],
830
+ [
831
+ 0.0,
832
+ 0.0,
833
+ 0.0,
834
+ 1.0
835
+ ]
836
+ ],
837
+ "file_path": "images/023",
838
+ "file_path_albedo": "albedo/023",
839
+ "file_path_normal": "normal_obj/023",
840
+ "file_path_orm": "ORM/023",
841
+ "file_path_depth": "depth/023"
842
+ },
843
+ {
844
+ "envmap": null,
845
+ "rotation": -0.017453292519943295,
846
+ "transform_matrix": [
847
+ [
848
+ -0.25881922245025635,
849
+ 0.25,
850
+ -0.9330127239227295,
851
+ -3.26113793236341
852
+ ],
853
+ [
854
+ -0.9659258723258972,
855
+ -0.06698732823133469,
856
+ 0.25000011920928955,
857
+ 0.9264561174513694
858
+ ],
859
+ [
860
+ 5.951550008376216e-08,
861
+ 0.9659258723258972,
862
+ 0.25881898403167725,
863
+ 0.8197271247529038
864
+ ],
865
+ [
866
+ 0.0,
867
+ 0.0,
868
+ 0.0,
869
+ 1.0
870
+ ]
871
+ ],
872
+ "file_path": "images/024",
873
+ "file_path_albedo": "albedo/024",
874
+ "file_path_normal": "normal_obj/024",
875
+ "file_path_orm": "ORM/024",
876
+ "file_path_depth": "depth/024"
877
+ },
878
+ {
879
+ "envmap": null,
880
+ "rotation": -0.017453292519943295,
881
+ "transform_matrix": [
882
+ [
883
+ -6.812145159074134e-08,
884
+ -0.4226182699203491,
885
+ 0.9063077569007874,
886
+ 3.167169352377549
887
+ ],
888
+ [
889
+ 1.0,
890
+ -2.2830484169844567e-08,
891
+ 8.083726044105788e-08,
892
+ 0.05272182070169992
893
+ ],
894
+ [
895
+ 9.744677953449354e-09,
896
+ 0.9063077569007874,
897
+ 0.4226182997226715,
898
+ 1.3921949454242768
899
+ ],
900
+ [
901
+ 0.0,
902
+ 0.0,
903
+ 0.0,
904
+ 1.0
905
+ ]
906
+ ],
907
+ "file_path": "images/025",
908
+ "file_path_albedo": "albedo/025",
909
+ "file_path_normal": "normal_obj/025",
910
+ "file_path_orm": "ORM/025",
911
+ "file_path_depth": "depth/025"
912
+ },
913
+ {
914
+ "envmap": null,
915
+ "rotation": -0.017453292519943295,
916
+ "transform_matrix": [
917
+ [
918
+ -0.25881892442703247,
919
+ -0.4082179069519043,
920
+ 0.8754259347915649,
921
+ 3.059239784964127
922
+ ],
923
+ [
924
+ 0.9659256935119629,
925
+ -0.10938142985105515,
926
+ 0.23456977307796478,
927
+ 0.8725279451883945
928
+ ],
929
+ [
930
+ -1.0928035010238091e-07,
931
+ 0.9063076376914978,
932
+ 0.42261838912963867,
933
+ 1.3921949454242768
934
+ ],
935
+ [
936
+ 0.0,
937
+ 0.0,
938
+ 0.0,
939
+ 1.0
940
+ ]
941
+ ],
942
+ "file_path": "images/026",
943
+ "file_path_albedo": "albedo/026",
944
+ "file_path_normal": "normal_obj/026",
945
+ "file_path_orm": "ORM/026",
946
+ "file_path_depth": "depth/026"
947
+ },
948
+ {
949
+ "envmap": null,
950
+ "rotation": -0.017453292519943295,
951
+ "transform_matrix": [
952
+ [
953
+ -0.5000002384185791,
954
+ -0.36599820852279663,
955
+ 0.7848855257034302,
956
+ 2.742806424121624
957
+ ],
958
+ [
959
+ 0.8660253882408142,
960
+ -0.2113092541694641,
961
+ 0.4531540274620056,
962
+ 1.636465646056839
963
+ ],
964
+ [
965
+ -4.421753629912928e-08,
966
+ 0.9063078165054321,
967
+ 0.4226182699203491,
968
+ 1.3921949454242768
969
+ ],
970
+ [
971
+ 0.0,
972
+ 0.0,
973
+ 0.0,
974
+ 1.0
975
+ ]
976
+ ],
977
+ "file_path": "images/027",
978
+ "file_path_albedo": "albedo/027",
979
+ "file_path_normal": "normal_obj/027",
980
+ "file_path_orm": "ORM/027",
981
+ "file_path_depth": "depth/027"
982
+ },
983
+ {
984
+ "envmap": null,
985
+ "rotation": -0.017453292519943295,
986
+ "transform_matrix": [
987
+ [
988
+ -0.7071069478988647,
989
+ -0.29883623123168945,
990
+ 0.6408562660217285,
991
+ 2.2394336604774323
992
+ ],
993
+ [
994
+ 0.7071067094802856,
995
+ -0.2988363802433014,
996
+ 0.6408565044403076,
997
+ 2.2924737795118615
998
+ ],
999
+ [
1000
+ -4.116341045801164e-09,
1001
+ 0.9063078165054321,
1002
+ 0.4226182997226715,
1003
+ 1.3921949454242768
1004
+ ],
1005
+ [
1006
+ 0.0,
1007
+ 0.0,
1008
+ 0.0,
1009
+ 1.0
1010
+ ]
1011
+ ],
1012
+ "file_path": "images/028",
1013
+ "file_path_albedo": "albedo/028",
1014
+ "file_path_normal": "normal_obj/028",
1015
+ "file_path_orm": "ORM/028",
1016
+ "file_path_depth": "depth/028"
1017
+ },
1018
+ {
1019
+ "envmap": null,
1020
+ "rotation": -0.017453292519943295,
1021
+ "transform_matrix": [
1022
+ [
1023
+ -0.8660255074501038,
1024
+ -0.2113090306520462,
1025
+ 0.4531537890434265,
1026
+ 1.5834254326239217
1027
+ ],
1028
+ [
1029
+ 0.49999985098838806,
1030
+ -0.3659983277320862,
1031
+ 0.784885585308075,
1032
+ 2.7958467319530294
1033
+ ],
1034
+ [
1035
+ 1.0282165874286875e-07,
1036
+ 0.9063077569007874,
1037
+ 0.4226183593273163,
1038
+ 1.3921949454242768
1039
+ ],
1040
+ [
1041
+ 0.0,
1042
+ 0.0,
1043
+ 0.0,
1044
+ 1.0
1045
+ ]
1046
+ ],
1047
+ "file_path": "images/029",
1048
+ "file_path_albedo": "albedo/029",
1049
+ "file_path_normal": "normal_obj/029",
1050
+ "file_path_orm": "ORM/029",
1051
+ "file_path_depth": "depth/029"
1052
+ },
1053
+ {
1054
+ "envmap": null,
1055
+ "rotation": -0.017453292519943295,
1056
+ "transform_matrix": [
1057
+ [
1058
+ -0.9659258127212524,
1059
+ -0.10938175767660141,
1060
+ 0.2345696985721588,
1061
+ 0.8194879205524535
1062
+ ],
1063
+ [
1064
+ 0.2588190734386444,
1065
+ -0.40821802616119385,
1066
+ 0.8754259943962097,
1067
+ 3.112279903998556
1068
+ ],
1069
+ [
1070
+ -5.701587468820435e-08,
1071
+ 0.9063076972961426,
1072
+ 0.42261841893196106,
1073
+ 1.3921949454242768
1074
+ ],
1075
+ [
1076
+ 0.0,
1077
+ 0.0,
1078
+ 0.0,
1079
+ 1.0
1080
+ ]
1081
+ ],
1082
+ "file_path": "images/030",
1083
+ "file_path_albedo": "albedo/030",
1084
+ "file_path_normal": "normal_obj/030",
1085
+ "file_path_orm": "ORM/030",
1086
+ "file_path_depth": "depth/030"
1087
+ },
1088
+ {
1089
+ "envmap": null,
1090
+ "rotation": -0.017453292519943295,
1091
+ "transform_matrix": [
1092
+ [
1093
+ -0.9659258127212524,
1094
+ 0.1093817949295044,
1095
+ -0.23456966876983643,
1096
+ -0.8201243284209356
1097
+ ],
1098
+ [
1099
+ -0.258819043636322,
1100
+ -0.40821802616119385,
1101
+ 0.8754260540008545,
1102
+ 3.112279903998556
1103
+ ],
1104
+ [
1105
+ 1.0233375746793172e-07,
1106
+ 0.9063076972961426,
1107
+ 0.42261841893196106,
1108
+ 1.3921949454242768
1109
+ ],
1110
+ [
1111
+ 0.0,
1112
+ 0.0,
1113
+ 0.0,
1114
+ 1.0
1115
+ ]
1116
+ ],
1117
+ "file_path": "images/031",
1118
+ "file_path_albedo": "albedo/031",
1119
+ "file_path_normal": "normal_obj/031",
1120
+ "file_path_orm": "ORM/031",
1121
+ "file_path_depth": "depth/031"
1122
+ },
1123
+ {
1124
+ "envmap": null,
1125
+ "rotation": -0.017453292519943295,
1126
+ "transform_matrix": [
1127
+ [
1128
+ -0.8660253882408142,
1129
+ 0.21130923926830292,
1130
+ -0.4531538784503937,
1131
+ -1.5840623124848445
1132
+ ],
1133
+ [
1134
+ -0.5000000596046448,
1135
+ -0.3659983277320862,
1136
+ 0.7848854660987854,
1137
+ 2.795846543156053
1138
+ ],
1139
+ [
1140
+ -5.106130629428662e-09,
1141
+ 0.9063076972961426,
1142
+ 0.42261847853660583,
1143
+ 1.3921949454242768
1144
+ ],
1145
+ [
1146
+ 0.0,
1147
+ 0.0,
1148
+ 0.0,
1149
+ 1.0
1150
+ ]
1151
+ ],
1152
+ "file_path": "images/032",
1153
+ "file_path_albedo": "albedo/032",
1154
+ "file_path_normal": "normal_obj/032",
1155
+ "file_path_orm": "ORM/032",
1156
+ "file_path_depth": "depth/032"
1157
+ },
1158
+ {
1159
+ "envmap": null,
1160
+ "rotation": -0.017453292519943295,
1161
+ "transform_matrix": [
1162
+ [
1163
+ -0.7071069478988647,
1164
+ 0.29883623123168945,
1165
+ -0.6408562660217285,
1166
+ -2.2400702571428908
1167
+ ],
1168
+ [
1169
+ -0.7071067094802856,
1170
+ -0.2988363802433014,
1171
+ 0.6408565044403076,
1172
+ 2.2924737795118615
1173
+ ],
1174
+ [
1175
+ 4.116341045801164e-09,
1176
+ 0.9063078165054321,
1177
+ 0.4226182997226715,
1178
+ 1.3921949454242768
1179
+ ],
1180
+ [
1181
+ 0.0,
1182
+ 0.0,
1183
+ 0.0,
1184
+ 1.0
1185
+ ]
1186
+ ],
1187
+ "file_path": "images/033",
1188
+ "file_path_albedo": "albedo/033",
1189
+ "file_path_normal": "normal_obj/033",
1190
+ "file_path_orm": "ORM/033",
1191
+ "file_path_depth": "depth/033"
1192
+ },
1193
+ {
1194
+ "envmap": null,
1195
+ "rotation": -0.017453292519943295,
1196
+ "transform_matrix": [
1197
+ [
1198
+ -0.5000001788139343,
1199
+ 0.36599814891815186,
1200
+ -0.7848854660987854,
1201
+ -2.7434430207870824
1202
+ ],
1203
+ [
1204
+ -0.8660252690315247,
1205
+ -0.2113092541694641,
1206
+ 0.4531540274620056,
1207
+ 1.6364658348538152
1208
+ ],
1209
+ [
1210
+ -3.638736956190769e-08,
1211
+ 0.9063077569007874,
1212
+ 0.4226183295249939,
1213
+ 1.3921949454242768
1214
+ ],
1215
+ [
1216
+ 0.0,
1217
+ 0.0,
1218
+ 0.0,
1219
+ 1.0
1220
+ ]
1221
+ ],
1222
+ "file_path": "images/034",
1223
+ "file_path_albedo": "albedo/034",
1224
+ "file_path_normal": "normal_obj/034",
1225
+ "file_path_orm": "ORM/034",
1226
+ "file_path_depth": "depth/034"
1227
+ },
1228
+ {
1229
+ "envmap": null,
1230
+ "rotation": -0.017453292519943295,
1231
+ "transform_matrix": [
1232
+ [
1233
+ -0.2588188648223877,
1234
+ 0.4082178771495819,
1235
+ -0.8754259347915649,
1236
+ -3.0598763816295853
1237
+ ],
1238
+ [
1239
+ -0.9659256935119629,
1240
+ -0.10938146710395813,
1241
+ 0.2345696985721588,
1242
+ 0.8725282283838589
1243
+ ],
1244
+ [
1245
+ 3.879598153844199e-08,
1246
+ 0.9063076376914978,
1247
+ 0.42261838912963867,
1248
+ 1.3921949454242768
1249
+ ],
1250
+ [
1251
+ 0.0,
1252
+ 0.0,
1253
+ 0.0,
1254
+ 1.0
1255
+ ]
1256
+ ],
1257
+ "file_path": "images/035",
1258
+ "file_path_albedo": "albedo/035",
1259
+ "file_path_normal": "normal_obj/035",
1260
+ "file_path_orm": "ORM/035",
1261
+ "file_path_depth": "depth/035"
1262
+ },
1263
+ {
1264
+ "envmap": null,
1265
+ "rotation": -0.017453292519943295,
1266
+ "transform_matrix": [
1267
+ [
1268
+ 0.9659258723258972,
1269
+ 0.10938158631324768,
1270
+ -0.23456968367099762,
1271
+ -0.8201242340224476
1272
+ ],
1273
+ [
1274
+ -0.25881898403167725,
1275
+ 0.40821781754493713,
1276
+ -0.875426173210144,
1277
+ -3.006836262595156
1278
+ ],
1279
+ [
1280
+ 1.7198562574094467e-08,
1281
+ 0.9063078165054321,
1282
+ 0.42261815071105957,
1283
+ 1.3921949454242768
1284
+ ],
1285
+ [
1286
+ 0.0,
1287
+ 0.0,
1288
+ 0.0,
1289
+ 1.0
1290
+ ]
1291
+ ],
1292
+ "file_path": "images/036",
1293
+ "file_path_albedo": "albedo/036",
1294
+ "file_path_normal": "normal_obj/036",
1295
+ "file_path_orm": "ORM/036",
1296
+ "file_path_depth": "depth/036"
1297
+ },
1298
+ {
1299
+ "envmap": null,
1300
+ "rotation": -0.017453292519943295,
1301
+ "transform_matrix": [
1302
+ [
1303
+ 1.0,
1304
+ -5.039670902817761e-09,
1305
+ 1.0807612582652837e-08,
1306
+ -0.00031826056081706906
1307
+ ],
1308
+ [
1309
+ 1.1924880638503055e-08,
1310
+ 0.42261821031570435,
1311
+ -0.9063078165054321,
1312
+ -3.114765830008578
1313
+ ],
1314
+ [
1315
+ -4.585836376434782e-16,
1316
+ 0.9063078165054321,
1317
+ 0.42261821031570435,
1318
+ 1.3921949454242768
1319
+ ],
1320
+ [
1321
+ 0.0,
1322
+ 0.0,
1323
+ 0.0,
1324
+ 1.0
1325
+ ]
1326
+ ],
1327
+ "file_path": "images/037",
1328
+ "file_path_albedo": "albedo/037",
1329
+ "file_path_normal": "normal_obj/037",
1330
+ "file_path_orm": "ORM/037",
1331
+ "file_path_depth": "depth/037"
1332
+ },
1333
+ {
1334
+ "envmap": null,
1335
+ "rotation": -0.017453292519943295,
1336
+ "transform_matrix": [
1337
+ [
1338
+ 1.1263919930115662e-07,
1339
+ -0.5735763311386108,
1340
+ 0.8191519379615784,
1341
+ 2.862565755551274
1342
+ ],
1343
+ [
1344
+ 0.9999998807907104,
1345
+ 1.515616929737007e-07,
1346
+ 3.738470866210264e-08,
1347
+ 0.05272182070169992
1348
+ ],
1349
+ [
1350
+ -3.738470866210264e-08,
1351
+ 0.8191519379615784,
1352
+ 0.5735765099525452,
1353
+ 1.9197841320302411
1354
+ ],
1355
+ [
1356
+ 0.0,
1357
+ 0.0,
1358
+ 0.0,
1359
+ 1.0
1360
+ ]
1361
+ ],
1362
+ "file_path": "images/038",
1363
+ "file_path_albedo": "albedo/038",
1364
+ "file_path_normal": "normal_obj/038",
1365
+ "file_path_orm": "ORM/038",
1366
+ "file_path_depth": "depth/038"
1367
+ },
1368
+ {
1369
+ "envmap": null,
1370
+ "rotation": -0.017453292519943295,
1371
+ "transform_matrix": [
1372
+ [
1373
+ -0.2588188648223877,
1374
+ -0.5540322661399841,
1375
+ 0.7912399768829346,
1376
+ 2.7650153081418907
1377
+ ],
1378
+ [
1379
+ 0.9659256935119629,
1380
+ -0.14845223724842072,
1381
+ 0.21201221644878387,
1382
+ 0.7936907335696343
1383
+ ],
1384
+ [
1385
+ -1.4850711238523218e-07,
1386
+ 0.8191519379615784,
1387
+ 0.5735765099525452,
1388
+ 1.9197841320302411
1389
+ ],
1390
+ [
1391
+ 0.0,
1392
+ 0.0,
1393
+ 0.0,
1394
+ 1.0
1395
+ ]
1396
+ ],
1397
+ "file_path": "images/039",
1398
+ "file_path_albedo": "albedo/039",
1399
+ "file_path_normal": "normal_obj/039",
1400
+ "file_path_orm": "ORM/039",
1401
+ "file_path_depth": "depth/039"
1402
+ },
1403
+ {
1404
+ "envmap": null,
1405
+ "rotation": -0.017453292519943295,
1406
+ "transform_matrix": [
1407
+ [
1408
+ -0.5,
1409
+ -0.4967316687107086,
1410
+ 0.7094064354896545,
1411
+ 2.4790119759206006
1412
+ ],
1413
+ [
1414
+ 0.8660253286361694,
1415
+ -0.28678828477859497,
1416
+ 0.40957602858543396,
1417
+ 1.4841638476437016
1418
+ ],
1419
+ [
1420
+ 9.211706952783061e-08,
1421
+ 0.8191519975662231,
1422
+ 0.5735764503479004,
1423
+ 1.9197841320302411
1424
+ ],
1425
+ [
1426
+ 0.0,
1427
+ 0.0,
1428
+ 0.0,
1429
+ 1.0
1430
+ ]
1431
+ ],
1432
+ "file_path": "images/040",
1433
+ "file_path_albedo": "albedo/040",
1434
+ "file_path_normal": "normal_obj/040",
1435
+ "file_path_orm": "ORM/040",
1436
+ "file_path_depth": "depth/040"
1437
+ },
1438
+ {
1439
+ "envmap": null,
1440
+ "rotation": -0.017453292519943295,
1441
+ "transform_matrix": [
1442
+ [
1443
+ -0.7071064710617065,
1444
+ -0.40557974576950073,
1445
+ 0.579227864742279,
1446
+ 2.024046395273956
1447
+ ],
1448
+ [
1449
+ 0.7071067094802856,
1450
+ -0.4055795669555664,
1451
+ 0.579227864742279,
1452
+ 2.077086514308385
1453
+ ],
1454
+ [
1455
+ -4.488848404093915e-09,
1456
+ 0.8191518783569336,
1457
+ 0.5735765695571899,
1458
+ 1.9197841320302411
1459
+ ],
1460
+ [
1461
+ 0.0,
1462
+ 0.0,
1463
+ 0.0,
1464
+ 1.0
1465
+ ]
1466
+ ],
1467
+ "file_path": "images/041",
1468
+ "file_path_albedo": "albedo/041",
1469
+ "file_path_normal": "normal_obj/041",
1470
+ "file_path_orm": "ORM/041",
1471
+ "file_path_depth": "depth/041"
1472
+ },
1473
+ {
1474
+ "envmap": null,
1475
+ "rotation": -0.017453292519943295,
1476
+ "transform_matrix": [
1477
+ [
1478
+ -0.8660255670547485,
1479
+ -0.28678810596466064,
1480
+ 0.4095759987831116,
1481
+ 1.431123643288679
1482
+ ],
1483
+ [
1484
+ 0.4999999403953552,
1485
+ -0.4967319667339325,
1486
+ 0.7094065546989441,
1487
+ 2.532052265596217
1488
+ ],
1489
+ [
1490
+ 1.0412183115704465e-07,
1491
+ 0.8191521167755127,
1492
+ 0.5735764503479004,
1493
+ 1.9197841320302411
1494
+ ],
1495
+ [
1496
+ 0.0,
1497
+ 0.0,
1498
+ 0.0,
1499
+ 1.0
1500
+ ]
1501
+ ],
1502
+ "file_path": "images/042",
1503
+ "file_path_albedo": "albedo/042",
1504
+ "file_path_normal": "normal_obj/042",
1505
+ "file_path_orm": "ORM/042",
1506
+ "file_path_depth": "depth/042"
1507
+ },
1508
+ {
1509
+ "envmap": null,
1510
+ "rotation": -0.017453292519943295,
1511
+ "transform_matrix": [
1512
+ [
1513
+ -0.9999995827674866,
1514
+ 1.3235622020602023e-07,
1515
+ -3.580625573817997e-08,
1516
+ -0.0003184234733657269
1517
+ ],
1518
+ [
1519
+ -1.0524718163651414e-07,
1520
+ -0.5735761523246765,
1521
+ 0.8191518187522888,
1522
+ 2.915605874585703
1523
+ ],
1524
+ [
1525
+ 8.788223482270041e-08,
1526
+ 0.8191518187522888,
1527
+ 0.5735765695571899,
1528
+ 1.9197841320302411
1529
+ ],
1530
+ [
1531
+ 0.0,
1532
+ 0.0,
1533
+ 0.0,
1534
+ 1.0
1535
+ ]
1536
+ ],
1537
+ "file_path": "images/043",
1538
+ "file_path_albedo": "albedo/043",
1539
+ "file_path_normal": "normal_obj/043",
1540
+ "file_path_orm": "ORM/043",
1541
+ "file_path_depth": "depth/043"
1542
+ },
1543
+ {
1544
+ "envmap": null,
1545
+ "rotation": -0.017453292519943295,
1546
+ "transform_matrix": [
1547
+ [
1548
+ -0.8660251498222351,
1549
+ 0.2867882549762726,
1550
+ -0.4095759391784668,
1551
+ -1.4317604959159178
1552
+ ],
1553
+ [
1554
+ -0.4999999403953552,
1555
+ -0.4967315196990967,
1556
+ 0.7094063758850098,
1557
+ 2.53205209495503
1558
+ ],
1559
+ [
1560
+ 7.928598222406436e-08,
1561
+ 0.8191519379615784,
1562
+ 0.5735765099525452,
1563
+ 1.9197841320302411
1564
+ ],
1565
+ [
1566
+ 0.0,
1567
+ 0.0,
1568
+ 0.0,
1569
+ 1.0
1570
+ ]
1571
+ ],
1572
+ "file_path": "images/044",
1573
+ "file_path_albedo": "albedo/044",
1574
+ "file_path_normal": "normal_obj/044",
1575
+ "file_path_orm": "ORM/044",
1576
+ "file_path_depth": "depth/044"
1577
+ },
1578
+ {
1579
+ "envmap": null,
1580
+ "rotation": -0.017453292519943295,
1581
+ "transform_matrix": [
1582
+ [
1583
+ -0.7071064710617065,
1584
+ 0.40557974576950073,
1585
+ -0.579227864742279,
1586
+ -2.0246829919394145
1587
+ ],
1588
+ [
1589
+ -0.7071067094802856,
1590
+ -0.4055795669555664,
1591
+ 0.579227864742279,
1592
+ 2.077086514308385
1593
+ ],
1594
+ [
1595
+ 4.488848404093915e-09,
1596
+ 0.8191518783569336,
1597
+ 0.5735765695571899,
1598
+ 1.9197841320302411
1599
+ ],
1600
+ [
1601
+ 0.0,
1602
+ 0.0,
1603
+ 0.0,
1604
+ 1.0
1605
+ ]
1606
+ ],
1607
+ "file_path": "images/045",
1608
+ "file_path_albedo": "albedo/045",
1609
+ "file_path_normal": "normal_obj/045",
1610
+ "file_path_orm": "ORM/045",
1611
+ "file_path_depth": "depth/045"
1612
+ },
1613
+ {
1614
+ "envmap": null,
1615
+ "rotation": -0.017453292519943295,
1616
+ "transform_matrix": [
1617
+ [
1618
+ -0.5000001192092896,
1619
+ 0.4967317283153534,
1620
+ -0.7094065546989441,
1621
+ -2.479648572586059
1622
+ ],
1623
+ [
1624
+ -0.866025447845459,
1625
+ -0.28678828477859497,
1626
+ 0.40957608819007874,
1627
+ 1.4841640182848885
1628
+ ],
1629
+ [
1630
+ 8.423022279657744e-09,
1631
+ 0.8191521167755127,
1632
+ 0.5735763311386108,
1633
+ 1.9197841320302411
1634
+ ],
1635
+ [
1636
+ 0.0,
1637
+ 0.0,
1638
+ 0.0,
1639
+ 1.0
1640
+ ]
1641
+ ],
1642
+ "file_path": "images/046",
1643
+ "file_path_albedo": "albedo/046",
1644
+ "file_path_normal": "normal_obj/046",
1645
+ "file_path_orm": "ORM/046",
1646
+ "file_path_depth": "depth/046"
1647
+ },
1648
+ {
1649
+ "envmap": null,
1650
+ "rotation": -0.017453292519943295,
1651
+ "transform_matrix": [
1652
+ [
1653
+ -0.2588188350200653,
1654
+ 0.5540320873260498,
1655
+ -0.7912400364875793,
1656
+ -2.765651904807349
1657
+ ],
1658
+ [
1659
+ -0.9659256339073181,
1660
+ -0.14845232665538788,
1661
+ 0.21201211214065552,
1662
+ 0.7936909895314148
1663
+ ],
1664
+ [
1665
+ -5.3181679504632484e-08,
1666
+ 0.8191519379615784,
1667
+ 0.5735764503479004,
1668
+ 1.9197841320302411
1669
+ ],
1670
+ [
1671
+ 0.0,
1672
+ 0.0,
1673
+ 0.0,
1674
+ 1.0
1675
+ ]
1676
+ ],
1677
+ "file_path": "images/047",
1678
+ "file_path_albedo": "albedo/047",
1679
+ "file_path_normal": "normal_obj/047",
1680
+ "file_path_orm": "ORM/047",
1681
+ "file_path_depth": "depth/047"
1682
+ },
1683
+ {
1684
+ "envmap": null,
1685
+ "rotation": -0.017453292519943295,
1686
+ "transform_matrix": [
1687
+ [
1688
+ 0.9659258723258972,
1689
+ -0.14845241606235504,
1690
+ 0.21201211214065552,
1691
+ 0.740650443894018
1692
+ ],
1693
+ [
1694
+ 0.25881895422935486,
1695
+ 0.5540322661399841,
1696
+ -0.7912400960922241,
1697
+ -2.71261178577292
1698
+ ],
1699
+ [
1700
+ -3.145002835935884e-08,
1701
+ 0.8191520571708679,
1702
+ 0.5735763907432556,
1703
+ 1.9197841320302411
1704
+ ],
1705
+ [
1706
+ 0.0,
1707
+ 0.0,
1708
+ 0.0,
1709
+ 1.0
1710
+ ]
1711
+ ],
1712
+ "file_path": "images/048",
1713
+ "file_path_albedo": "albedo/048",
1714
+ "file_path_normal": "normal_obj/048",
1715
+ "file_path_orm": "ORM/048",
1716
+ "file_path_depth": "depth/048"
1717
+ },
1718
+ {
1719
+ "envmap": null,
1720
+ "rotation": -0.017453292519943295,
1721
+ "transform_matrix": [
1722
+ [
1723
+ 7.987827643773926e-08,
1724
+ -0.7071067094802856,
1725
+ 0.7071067094802856,
1726
+ 2.470974639144959
1727
+ ],
1728
+ [
1729
+ 0.9999998807907104,
1730
+ 1.1213607820081961e-07,
1731
+ 3.893860878179112e-08,
1732
+ 0.05272182070169992
1733
+ ],
1734
+ [
1735
+ -3.893860878179112e-08,
1736
+ 0.7071067094802856,
1737
+ 0.7071068286895752,
1738
+ 2.386464056564144
1739
+ ],
1740
+ [
1741
+ 0.0,
1742
+ 0.0,
1743
+ 0.0,
1744
+ 1.0
1745
+ ]
1746
+ ],
1747
+ "file_path": "images/049",
1748
+ "file_path_albedo": "albedo/049",
1749
+ "file_path_normal": "normal_obj/049",
1750
+ "file_path_orm": "ORM/049",
1751
+ "file_path_depth": "depth/049"
1752
+ },
1753
+ {
1754
+ "envmap": null,
1755
+ "rotation": -0.017453292519943295,
1756
+ "transform_matrix": [
1757
+ [
1758
+ -0.25881922245025635,
1759
+ -0.6830127239227295,
1760
+ 0.6830127239227295,
1761
+ 2.3867673407726984
1762
+ ],
1763
+ [
1764
+ 0.9659258723258972,
1765
+ -0.18301284313201904,
1766
+ 0.18301279842853546,
1767
+ 0.6923394953248723
1768
+ ],
1769
+ [
1770
+ -2.7619442732884636e-08,
1771
+ 0.7071068286895752,
1772
+ 0.7071067690849304,
1773
+ 2.386464056564144
1774
+ ],
1775
+ [
1776
+ 0.0,
1777
+ 0.0,
1778
+ 0.0,
1779
+ 1.0
1780
+ ]
1781
+ ],
1782
+ "file_path": "images/050",
1783
+ "file_path_albedo": "albedo/050",
1784
+ "file_path_normal": "normal_obj/050",
1785
+ "file_path_orm": "ORM/050",
1786
+ "file_path_depth": "depth/050"
1787
+ },
1788
+ {
1789
+ "envmap": null,
1790
+ "rotation": -0.017453292519943295,
1791
+ "transform_matrix": [
1792
+ [
1793
+ -0.4999999403953552,
1794
+ -0.6123722791671753,
1795
+ 0.6123723983764648,
1796
+ 2.139884127303168
1797
+ ],
1798
+ [
1799
+ 0.8660252690315247,
1800
+ -0.35355332493782043,
1801
+ 0.3535533845424652,
1802
+ 1.2883682894405442
1803
+ ],
1804
+ [
1805
+ 4.375312556703648e-08,
1806
+ 0.7071067094802856,
1807
+ 0.7071067690849304,
1808
+ 2.386464056564144
1809
+ ],
1810
+ [
1811
+ 0.0,
1812
+ 0.0,
1813
+ 0.0,
1814
+ 1.0
1815
+ ]
1816
+ ],
1817
+ "file_path": "images/051",
1818
+ "file_path_albedo": "albedo/051",
1819
+ "file_path_normal": "normal_obj/051",
1820
+ "file_path_orm": "ORM/051",
1821
+ "file_path_depth": "depth/051"
1822
+ },
1823
+ {
1824
+ "envmap": null,
1825
+ "rotation": -0.017453292519943295,
1826
+ "transform_matrix": [
1827
+ [
1828
+ -0.70710688829422,
1829
+ -0.5,
1830
+ 0.5,
1831
+ 1.747149666149526
1832
+ ],
1833
+ [
1834
+ 0.7071068286895752,
1835
+ -0.5000000596046448,
1836
+ 0.5000000596046448,
1837
+ 1.8001897851839552
1838
+ ],
1839
+ [
1840
+ 4.769745487465116e-09,
1841
+ 0.7071068286895752,
1842
+ 0.7071067690849304,
1843
+ 2.386464056564144
1844
+ ],
1845
+ [
1846
+ 0.0,
1847
+ 0.0,
1848
+ 0.0,
1849
+ 1.0
1850
+ ]
1851
+ ],
1852
+ "file_path": "images/052",
1853
+ "file_path_albedo": "albedo/052",
1854
+ "file_path_normal": "normal_obj/052",
1855
+ "file_path_orm": "ORM/052",
1856
+ "file_path_depth": "depth/052"
1857
+ },
1858
+ {
1859
+ "envmap": null,
1860
+ "rotation": -0.017453292519943295,
1861
+ "transform_matrix": [
1862
+ [
1863
+ -0.8660252094268799,
1864
+ -0.3535534739494324,
1865
+ 0.35355329513549805,
1866
+ 1.2353280967558462
1867
+ ],
1868
+ [
1869
+ 0.5,
1870
+ -0.6123723387718201,
1871
+ 0.6123723387718201,
1872
+ 2.192924393638135
1873
+ ],
1874
+ [
1875
+ -9.291352398577146e-08,
1876
+ 0.7071066498756409,
1877
+ 0.70710688829422,
1878
+ 2.386464056564144
1879
+ ],
1880
+ [
1881
+ 0.0,
1882
+ 0.0,
1883
+ 0.0,
1884
+ 1.0
1885
+ ]
1886
+ ],
1887
+ "file_path": "images/053",
1888
+ "file_path_albedo": "albedo/053",
1889
+ "file_path_normal": "normal_obj/053",
1890
+ "file_path_orm": "ORM/053",
1891
+ "file_path_depth": "depth/053"
1892
+ },
1893
+ {
1894
+ "envmap": null,
1895
+ "rotation": -0.017453292519943295,
1896
+ "transform_matrix": [
1897
+ [
1898
+ -0.9659261107444763,
1899
+ -0.18301279842853546,
1900
+ 0.1830127090215683,
1901
+ 0.6392994499407119
1902
+ ],
1903
+ [
1904
+ 0.2588191330432892,
1905
+ -0.6830129623413086,
1906
+ 0.6830127835273743,
1907
+ 2.4398074598071275
1908
+ ],
1909
+ [
1910
+ -4.665843178486284e-08,
1911
+ 0.7071068286895752,
1912
+ 0.7071067690849304,
1913
+ 2.386464056564144
1914
+ ],
1915
+ [
1916
+ 0.0,
1917
+ 0.0,
1918
+ 0.0,
1919
+ 1.0
1920
+ ]
1921
+ ],
1922
+ "file_path": "images/054",
1923
+ "file_path_albedo": "albedo/054",
1924
+ "file_path_normal": "normal_obj/054",
1925
+ "file_path_orm": "ORM/054",
1926
+ "file_path_depth": "depth/054"
1927
+ },
1928
+ {
1929
+ "envmap": null,
1930
+ "rotation": -0.017453292519943295,
1931
+ "transform_matrix": [
1932
+ [
1933
+ -0.965925931930542,
1934
+ 0.18301282823085785,
1935
+ -0.1830126941204071,
1936
+ -0.6399358993056327
1937
+ ],
1938
+ [
1939
+ -0.2588191330432892,
1940
+ -0.6830127239227295,
1941
+ 0.6830127835273743,
1942
+ 2.4398074598071275
1943
+ ],
1944
+ [
1945
+ 9.840620407430833e-08,
1946
+ 0.7071068286895752,
1947
+ 0.7071067690849304,
1948
+ 2.386464056564144
1949
+ ],
1950
+ [
1951
+ 0.0,
1952
+ 0.0,
1953
+ 0.0,
1954
+ 1.0
1955
+ ]
1956
+ ],
1957
+ "file_path": "images/055",
1958
+ "file_path_albedo": "albedo/055",
1959
+ "file_path_normal": "normal_obj/055",
1960
+ "file_path_orm": "ORM/055",
1961
+ "file_path_depth": "depth/055"
1962
+ },
1963
+ {
1964
+ "envmap": null,
1965
+ "rotation": -0.017453292519943295,
1966
+ "transform_matrix": [
1967
+ [
1968
+ -0.8660252094268799,
1969
+ 0.3535534143447876,
1970
+ -0.35355329513549805,
1971
+ -1.2359649143721112
1972
+ ],
1973
+ [
1974
+ -0.4999999403953552,
1975
+ -0.6123723387718201,
1976
+ 0.6123723387718201,
1977
+ 2.192924246337597
1978
+ ],
1979
+ [
1980
+ 4.42854712900953e-08,
1981
+ 0.7071066498756409,
1982
+ 0.70710688829422,
1983
+ 2.386464056564144
1984
+ ],
1985
+ [
1986
+ 0.0,
1987
+ 0.0,
1988
+ 0.0,
1989
+ 1.0
1990
+ ]
1991
+ ],
1992
+ "file_path": "images/056",
1993
+ "file_path_albedo": "albedo/056",
1994
+ "file_path_normal": "normal_obj/056",
1995
+ "file_path_orm": "ORM/056",
1996
+ "file_path_depth": "depth/056"
1997
+ },
1998
+ {
1999
+ "envmap": null,
2000
+ "rotation": -0.017453292519943295,
2001
+ "transform_matrix": [
2002
+ [
2003
+ -0.70710688829422,
2004
+ 0.5,
2005
+ -0.5,
2006
+ -1.7477862628149845
2007
+ ],
2008
+ [
2009
+ -0.7071068286895752,
2010
+ -0.5000000596046448,
2011
+ 0.5000000596046448,
2012
+ 1.8001897851839552
2013
+ ],
2014
+ [
2015
+ -4.769745487465116e-09,
2016
+ 0.7071068286895752,
2017
+ 0.7071067690849304,
2018
+ 2.386464056564144
2019
+ ],
2020
+ [
2021
+ 0.0,
2022
+ 0.0,
2023
+ 0.0,
2024
+ 1.0
2025
+ ]
2026
+ ],
2027
+ "file_path": "images/057",
2028
+ "file_path_albedo": "albedo/057",
2029
+ "file_path_normal": "normal_obj/057",
2030
+ "file_path_orm": "ORM/057",
2031
+ "file_path_depth": "depth/057"
2032
+ },
2033
+ {
2034
+ "envmap": null,
2035
+ "rotation": -0.017453292519943295,
2036
+ "transform_matrix": [
2037
+ [
2038
+ -0.4999997019767761,
2039
+ 0.6123722791671753,
2040
+ -0.6123722195625305,
2041
+ -2.1405207239686264
2042
+ ],
2043
+ [
2044
+ -0.8660251498222351,
2045
+ -0.3535531163215637,
2046
+ 0.3535533547401428,
2047
+ 1.288368436741082
2048
+ ],
2049
+ [
2050
+ 2.3057623366184998e-08,
2051
+ 0.7071065902709961,
2052
+ 0.70710688829422,
2053
+ 2.386464056564144
2054
+ ],
2055
+ [
2056
+ 0.0,
2057
+ 0.0,
2058
+ 0.0,
2059
+ 1.0
2060
+ ]
2061
+ ],
2062
+ "file_path": "images/058",
2063
+ "file_path_albedo": "albedo/058",
2064
+ "file_path_normal": "normal_obj/058",
2065
+ "file_path_orm": "ORM/058",
2066
+ "file_path_depth": "depth/058"
2067
+ },
2068
+ {
2069
+ "envmap": null,
2070
+ "rotation": -0.017453292519943295,
2071
+ "transform_matrix": [
2072
+ [
2073
+ -0.25881892442703247,
2074
+ 0.6830126047134399,
2075
+ -0.6830126643180847,
2076
+ -2.387403937438157
2077
+ ],
2078
+ [
2079
+ -0.9659257531166077,
2080
+ -0.1830124855041504,
2081
+ 0.18301276862621307,
2082
+ 0.6923397162756787
2083
+ ],
2084
+ [
2085
+ 1.1668510069284821e-07,
2086
+ 0.7071067690849304,
2087
+ 0.7071067094802856,
2088
+ 2.386464056564144
2089
+ ],
2090
+ [
2091
+ 0.0,
2092
+ 0.0,
2093
+ 0.0,
2094
+ 1.0
2095
+ ]
2096
+ ],
2097
+ "file_path": "images/059",
2098
+ "file_path_albedo": "albedo/059",
2099
+ "file_path_normal": "normal_obj/059",
2100
+ "file_path_orm": "ORM/059",
2101
+ "file_path_depth": "depth/059"
2102
+ },
2103
+ {
2104
+ "envmap": null,
2105
+ "rotation": -0.017453292519943295,
2106
+ "transform_matrix": [
2107
+ [
2108
+ 0.866025447845459,
2109
+ 0.3535533845424652,
2110
+ -0.3535533547401428,
2111
+ -1.235964546120767
2112
+ ],
2113
+ [
2114
+ -0.4999999701976776,
2115
+ 0.6123724579811096,
2116
+ -0.6123724579811096,
2117
+ -2.087480752234735
2118
+ ],
2119
+ [
2120
+ 9.424949709568864e-10,
2121
+ 0.7071067690849304,
2122
+ 0.7071067690849304,
2123
+ 2.386464056564144
2124
+ ],
2125
+ [
2126
+ 0.0,
2127
+ 0.0,
2128
+ 0.0,
2129
+ 1.0
2130
+ ]
2131
+ ],
2132
+ "file_path": "images/060",
2133
+ "file_path_albedo": "albedo/060",
2134
+ "file_path_normal": "normal_obj/060",
2135
+ "file_path_orm": "ORM/060",
2136
+ "file_path_depth": "depth/060"
2137
+ }
2138
+ ],
2139
+ "camera_angle_x": 0.691111015275598
2140
+ }
cabinet/var004/albedo/000.png ADDED

Git LFS Details

  • SHA256: e3844df2629dc8c0dcbf20e168f80ce042b530925f7de3e411a68058ca64a29e
  • Pointer size: 130 Bytes
  • Size of remote file: 88.7 kB
cabinet/var004/albedo/001.png ADDED

Git LFS Details

  • SHA256: b0d06ec30a5ed5cd5e36ad0a1785fc2b18d4729287789750d01370d593dcfd42
  • Pointer size: 130 Bytes
  • Size of remote file: 96.7 kB
cabinet/var004/albedo/002.png ADDED

Git LFS Details

  • SHA256: 21ba34bc8f86ca2b915e46f2f0dfbb56b5cdfaf649d12ba915fd97fff697bddd
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
cabinet/var004/albedo/003.png ADDED

Git LFS Details

  • SHA256: 6c60fb335b35d692489722b2c090320d3e3a82b53a0865790174f77acdcdf855
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
cabinet/var004/albedo/004.png ADDED

Git LFS Details

  • SHA256: 3b37ebf8b645c68b598fa9daa09cae1857f06cabdb331075a33317b7660a1c57
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
cabinet/var004/albedo/005.png ADDED

Git LFS Details

  • SHA256: 9034e204a4cb61803146c9ab30017556480f5b256837d5d1a2ee6b033387136c
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
cabinet/var004/albedo/006.png ADDED

Git LFS Details

  • SHA256: ceaafd4a02559e6d5353a1e88644b043232f39389172b07930343436173f603b
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
cabinet/var004/albedo/007.png ADDED

Git LFS Details

  • SHA256: c5bca76c3ff043d92b9e2bfe4ae11e4678db9aeb3cfd0da660b107afbc4f9a70
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
cabinet/var004/albedo/008.png ADDED

Git LFS Details

  • SHA256: 721f77401953249d42fb7c05967823093dccd0d36f63ee8e9a73561b49266a6f
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
cabinet/var004/albedo/009.png ADDED

Git LFS Details

  • SHA256: ba37c95e8eed71d6fb1bd3fc8bdba73b372aece3939fbedb54fe91417cc6d972
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
cabinet/var004/albedo/010.png ADDED

Git LFS Details

  • SHA256: 0802e264b11ce451b6d2d79e48e5fe8eb941895e7496eec61e45ba04f6ca4db9
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
cabinet/var004/albedo/011.png ADDED

Git LFS Details

  • SHA256: 076920ab518fb4a8e4ad43735fa2ce8e93a72047582e9257781ca410c453ee43
  • Pointer size: 130 Bytes
  • Size of remote file: 96.9 kB
cabinet/var004/albedo/012.png ADDED

Git LFS Details

  • SHA256: 8275f096d1d49ccf6e86567ab3b36544d4ae41c5af026457d756732cb22ff1ba
  • Pointer size: 130 Bytes
  • Size of remote file: 95.8 kB
cabinet/var004/albedo/013.png ADDED

Git LFS Details

  • SHA256: ab0566378683bc9e527c052e7c9136fa5a8ad59c87c5a92ce2c860b22b77ccd2
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
cabinet/var004/albedo/014.png ADDED

Git LFS Details

  • SHA256: 699f5ed90479e7ea253ab36e6187b19f974428555ec789e18157317bb4e3fce4
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
cabinet/var004/albedo/015.png ADDED

Git LFS Details

  • SHA256: 37b2c6975611597bc795711c64f0f3b8330d66c288b1196c3aa4737b6e57d393
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
cabinet/var004/albedo/016.png ADDED

Git LFS Details

  • SHA256: 5e740531772853a107922fbe3dfb76aa3731633b7a4e5d6a514e35059d72ff54
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
cabinet/var004/albedo/017.png ADDED

Git LFS Details

  • SHA256: e75b58d51c7137e8e73ec67322f3f7848b9cdfd32e6400615725648aff23bb5e
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
cabinet/var004/albedo/018.png ADDED

Git LFS Details

  • SHA256: b85c851191ab1dff182154bfc1a2b0578c5326ccd2d4bf0bc2ab7d63affe0327
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
cabinet/var004/albedo/019.png ADDED

Git LFS Details

  • SHA256: 4e205d41457f1d9e3d7527f2fa9d56fbac276b673616510b78907b9d5484fcca
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
cabinet/var004/albedo/020.png ADDED

Git LFS Details

  • SHA256: 7e46c66894dd85134ef63e5b5c3c301ec17d42f6c9eb8915ff1bc8a41a80cdc7
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
cabinet/var004/albedo/021.png ADDED

Git LFS Details

  • SHA256: fc3a77883f48601e526ee4bb77edd0fd8e9f508b1e1eb5732cf950c19fc5ed1b
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
cabinet/var004/albedo/022.png ADDED

Git LFS Details

  • SHA256: 6d3101e7bc1fdf8a9f463d5950790ad547e7de5c945f53daea04b49ccb39d0d0
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
cabinet/var004/albedo/023.png ADDED

Git LFS Details

  • SHA256: b3b3601bbdbc7b9531331c24c641dee5ea2a1f62f761aa12a650a91080ddfcda
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
cabinet/var004/albedo/024.png ADDED

Git LFS Details

  • SHA256: f36692dda730202856d63ad9f3c2f93b073ccf8527161e3c2de5cc4898ae5348
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
cabinet/var004/albedo/025.png ADDED

Git LFS Details

  • SHA256: 13dea1987089e5b10bdc266408f65502d1220ec9b27d2e5bf5d8e20b305954e9
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
cabinet/var004/albedo/026.png ADDED

Git LFS Details

  • SHA256: 61ffd9b4540ddaf1106000da8bbbb501cc435c0d48c28abcb047e9673c0673f3
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
cabinet/var004/albedo/027.png ADDED

Git LFS Details

  • SHA256: dbddcefc6248d7bdd162884bd6bf3c9bb2a3597d0353cab1c7c8909acabd1b2f
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
cabinet/var004/albedo/028.png ADDED

Git LFS Details

  • SHA256: 18add36e5d6331bb9d307c6b27aeb3ca38d7f7c050d8b0c37c20af78124370ad
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
cabinet/var004/albedo/029.png ADDED

Git LFS Details

  • SHA256: a72a341ee8b290a216152fb0355f626b6c19c13710c1ab4c2b4b27ad461a2f21
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB
cabinet/var004/albedo/030.png ADDED

Git LFS Details

  • SHA256: a387b7bd4d0ae3ec672077f5bf37dbe1558d9dc4c91733a31eaee5a377c978e4
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB
cabinet/var004/albedo/031.png ADDED

Git LFS Details

  • SHA256: 996a1e3245b9d5ec61f3f5c2061638896ef9d6af48c6eb0ab924eb6ae4942984
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
cabinet/var004/albedo/032.png ADDED

Git LFS Details

  • SHA256: 130c7b6c88d8c2d615b03f4a8a09285bb7db206f907664f44f3a2e1afd30f398
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
cabinet/var004/albedo/033.png ADDED

Git LFS Details

  • SHA256: 7522eb8773fb351cc2cfcbaf942e8c7f72733e2b183a593b3912c04105b4e0a1
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
cabinet/var004/albedo/034.png ADDED

Git LFS Details

  • SHA256: 53073bd58b0bf938893195633c68de3daaa38e48c3761faf526ac6fbe72f5b72
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
cabinet/var004/albedo/035.png ADDED

Git LFS Details

  • SHA256: 73e45ba237764063a11f0020275d43f9a3f35a2f87bbb5c7e495f6c01d1df380
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
cabinet/var004/albedo/036.png ADDED

Git LFS Details

  • SHA256: 7b5105f241f40a675137671e447c87a4b57794d43dc39bf2e6b43275b4e3a344
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
cabinet/var004/albedo/037.png ADDED

Git LFS Details

  • SHA256: 40d838114b0e7a36af3f7eb2969d27c528913272f4d87b5b80a0db1305d05cc6
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
cabinet/var004/albedo/038.png ADDED

Git LFS Details

  • SHA256: 03157fc11ea36bd8a0c147704a062bab003e3ac7599760d62d5f9095b1a77987
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
cabinet/var004/albedo/039.png ADDED

Git LFS Details

  • SHA256: 7c2ad229f395e9f6cfc00210741b02ac6f3eed4b232ba018746f6281beb0a123
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
cabinet/var004/albedo/040.png ADDED

Git LFS Details

  • SHA256: 173f9e6457422399b035974435f5557b4f9c620f43a8bd0ede82286ec92266e9
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
cabinet/var004/albedo/041.png ADDED

Git LFS Details

  • SHA256: ddbc52e3538350afd89a22388d4f1ff4696f20573c036ad72b40e7001314fa5e
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
cabinet/var004/albedo/042.png ADDED

Git LFS Details

  • SHA256: a9bd2ed43838176fd895ffcf67434dc3ce1ea3800e49ccafa07474cad34db824
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB
cabinet/var004/albedo/043.png ADDED

Git LFS Details

  • SHA256: 0244a3d2f1f99886e1acc2ea56d58ad73115f4a7aebc951c476cc7a216fe0d1d
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
cabinet/var004/albedo/044.png ADDED

Git LFS Details

  • SHA256: 433048b3cd5500c3f3a5d51458f6d244dca58d0a71dc00dd944049460bbd0065
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
cabinet/var004/albedo/045.png ADDED

Git LFS Details

  • SHA256: 397caed9e2a0d955a529b22c4afc852db5c6579f671ad24a6b96e8b05a22b779
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB