yGaoJiany commited on
Commit
08f4e14
·
verified ·
1 Parent(s): 192e241

Upload folder using huggingface_hub

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 +74 -0
  2. capture/comp_src/courtyard_with_figurine/cameras.json +0 -0
  3. capture/comp_src/courtyard_with_figurine/transform.json +22 -0
  4. capture/comp_src/hall_with_box/cameras.json +0 -0
  5. capture/comp_src/hall_with_box/transform.json +22 -0
  6. capture/envmap/courtyard_with_figurine/figurine.exr +3 -0
  7. capture/envmap/courtyard_with_figurine/figurine_lgt.exr +0 -0
  8. capture/envmap/hall_with_box/box.exr +3 -0
  9. capture/envmap/hall_with_box/box_lgt.exr +0 -0
  10. capture/objects/box/albedo_ratio.json +1 -0
  11. capture/objects/box/point_cloud/iteration_32000/point_cloud.ply +3 -0
  12. capture/objects/figurine/albedo_ratio.json +1 -0
  13. capture/objects/figurine/point_cloud/iteration_32000/point_cloud.ply +3 -0
  14. capture/scenes/courtyard/point_cloud/iteration_30000/point_cloud.ply +3 -0
  15. capture/scenes/hall/point_cloud/iteration_30000/point_cloud.ply +3 -0
  16. public/comp_src/caterpillar_with_sculpture/camera_selection.json +4 -0
  17. public/comp_src/caterpillar_with_sculpture/cameras.json +0 -0
  18. public/comp_src/caterpillar_with_sculpture/transform.json +22 -0
  19. public/comp_src/courtroom_with_bell/camera_selection.json +4 -0
  20. public/comp_src/courtroom_with_bell/cameras.json +0 -0
  21. public/comp_src/courtroom_with_bell/transform.json +22 -0
  22. public/comp_src/ignatius_with_bull/cameras.json +0 -0
  23. public/comp_src/ignatius_with_bull/transform.json +22 -0
  24. public/comp_src/ignatius_with_bull1/cameras.json +0 -0
  25. public/comp_src/ignatius_with_bull1/transform.json +22 -0
  26. public/comp_src/ignatius_with_bull2/cameras.json +0 -0
  27. public/comp_src/ignatius_with_bull2/transform.json +22 -0
  28. public/comp_src/ignatius_with_bull3/cameras.json +0 -0
  29. public/comp_src/ignatius_with_bull3/transform.json +22 -0
  30. public/comp_src/ignatius_with_bull4/cameras.json +0 -0
  31. public/comp_src/ignatius_with_bull4/transform.json +22 -0
  32. public/comp_src/playground_with_egg/camera_selection.json +4 -0
  33. public/comp_src/playground_with_egg/cameras.json +0 -0
  34. public/comp_src/playground_with_egg/transform.json +22 -0
  35. public/envmap/caterpillar_with_sculpture/sculpture.exr +3 -0
  36. public/envmap/caterpillar_with_sculpture/sculpture_lgt.exr +0 -0
  37. public/envmap/courtroom_with_bell/bell.exr +3 -0
  38. public/envmap/courtroom_with_bell/bell_lgt.exr +0 -0
  39. public/envmap/ignatius_with_bull/bull.exr +3 -0
  40. public/envmap/ignatius_with_bull/bull_lgt.exr +0 -0
  41. public/envmap/ignatius_with_bull1/bull1.exr +3 -0
  42. public/envmap/ignatius_with_bull1/bull1_lgt.exr +0 -0
  43. public/envmap/ignatius_with_bull2/bull2.exr +3 -0
  44. public/envmap/ignatius_with_bull2/bull2_lgt.exr +0 -0
  45. public/envmap/ignatius_with_bull3/bull3.exr +3 -0
  46. public/envmap/ignatius_with_bull3/bull3_lgt.exr +0 -0
  47. public/envmap/ignatius_with_bull4/bull4.exr +3 -0
  48. public/envmap/ignatius_with_bull4/bull4_lgt.exr +0 -0
  49. public/envmap/playground_with_egg/egg.exr +3 -0
  50. public/envmap/playground_with_egg/egg_lgt.exr +0 -0
.gitattributes CHANGED
@@ -58,3 +58,77 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ capture/envmap/courtyard_with_figurine/figurine.exr filter=lfs diff=lfs merge=lfs -text
62
+ capture/envmap/hall_with_box/box.exr filter=lfs diff=lfs merge=lfs -text
63
+ capture/objects/box/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
64
+ capture/objects/figurine/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
65
+ capture/scenes/courtyard/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
66
+ capture/scenes/hall/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
67
+ public/envmap/caterpillar_with_sculpture/sculpture.exr filter=lfs diff=lfs merge=lfs -text
68
+ public/envmap/courtroom_with_bell/bell.exr filter=lfs diff=lfs merge=lfs -text
69
+ public/envmap/ignatius_with_bull/bull.exr filter=lfs diff=lfs merge=lfs -text
70
+ public/envmap/ignatius_with_bull1/bull1.exr filter=lfs diff=lfs merge=lfs -text
71
+ public/envmap/ignatius_with_bull2/bull2.exr filter=lfs diff=lfs merge=lfs -text
72
+ public/envmap/ignatius_with_bull3/bull3.exr filter=lfs diff=lfs merge=lfs -text
73
+ public/envmap/ignatius_with_bull4/bull4.exr filter=lfs diff=lfs merge=lfs -text
74
+ public/envmap/playground_with_egg/egg.exr filter=lfs diff=lfs merge=lfs -text
75
+ public/objects/bell/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
76
+ public/objects/bull/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
77
+ public/objects/bull/point_cloud/iteration_32000/point_cloud0.ply filter=lfs diff=lfs merge=lfs -text
78
+ public/objects/bull1/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
79
+ public/objects/bull2/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
80
+ public/objects/bull2/point_cloud/iteration_32000/point_cloud0.ply filter=lfs diff=lfs merge=lfs -text
81
+ public/objects/bull3/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
82
+ public/objects/bull3/point_cloud/iteration_32000/point_cloud0.ply filter=lfs diff=lfs merge=lfs -text
83
+ public/objects/bull4/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
84
+ public/objects/bull4/point_cloud/iteration_32000/point_cloud0.ply filter=lfs diff=lfs merge=lfs -text
85
+ public/objects/egg/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
86
+ public/objects/sculpture/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
87
+ public/scenes/caterpillar/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
88
+ public/scenes/courtroom/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
89
+ public/scenes/ignatius/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
90
+ public/scenes/playground/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
91
+ syncom/envmap/artwall_with_bottle/bottle.exr filter=lfs diff=lfs merge=lfs -text
92
+ syncom/envmap/artwall_with_horse/horse.exr filter=lfs diff=lfs merge=lfs -text
93
+ syncom/envmap/artwall_with_kettle/kettle.exr filter=lfs diff=lfs merge=lfs -text
94
+ syncom/envmap/artwall_with_toy/toy.exr filter=lfs diff=lfs merge=lfs -text
95
+ syncom/envmap/attic_with_bottle/bottle.exr filter=lfs diff=lfs merge=lfs -text
96
+ syncom/envmap/attic_with_horse/horse.exr filter=lfs diff=lfs merge=lfs -text
97
+ syncom/envmap/attic_with_kettle/kettle.exr filter=lfs diff=lfs merge=lfs -text
98
+ syncom/envmap/attic_with_toy/toy.exr filter=lfs diff=lfs merge=lfs -text
99
+ syncom/envmap/forest_with_bottle/bottle.exr filter=lfs diff=lfs merge=lfs -text
100
+ syncom/envmap/forest_with_horse/horse.exr filter=lfs diff=lfs merge=lfs -text
101
+ syncom/envmap/forest_with_kettle/kettle.exr filter=lfs diff=lfs merge=lfs -text
102
+ syncom/envmap/forest_with_toy/toy.exr filter=lfs diff=lfs merge=lfs -text
103
+ syncom/envmap/room_with_bottle/bottle.exr filter=lfs diff=lfs merge=lfs -text
104
+ syncom/envmap/room_with_horse/horse.exr filter=lfs diff=lfs merge=lfs -text
105
+ syncom/envmap/room_with_kettle/kettle.exr filter=lfs diff=lfs merge=lfs -text
106
+ syncom/envmap/room_with_toy/toy.exr filter=lfs diff=lfs merge=lfs -text
107
+ syncom/objects/bottle/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
108
+ syncom/objects/bottle/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
109
+ syncom/objects/bottle/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
110
+ syncom/objects/horse/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
111
+ syncom/objects/horse/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
112
+ syncom/objects/horse/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
113
+ syncom/objects/kettle/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
114
+ syncom/objects/kettle/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
115
+ syncom/objects/kettle/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
116
+ syncom/objects/toy/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
117
+ syncom/objects/toy/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
118
+ syncom/objects/toy/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
119
+ syncom/scenes/artwall/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
120
+ syncom/scenes/attic/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
121
+ syncom/scenes/forest/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
122
+ syncom/scenes/room/point_cloud/iteration_30000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
123
+ tensoir/armadillo/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
124
+ tensoir/armadillo/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
125
+ tensoir/armadillo/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
126
+ tensoir/ficus/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
127
+ tensoir/ficus/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
128
+ tensoir/ficus/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
129
+ tensoir/hotdog/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
130
+ tensoir/hotdog/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
131
+ tensoir/hotdog/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
132
+ tensoir/lego/envmap/iteration_32000/envmap.exr filter=lfs diff=lfs merge=lfs -text
133
+ tensoir/lego/envmap/iteration_32000/sph_envmap.exr filter=lfs diff=lfs merge=lfs -text
134
+ tensoir/lego/point_cloud/iteration_32000/point_cloud.ply filter=lfs diff=lfs merge=lfs -text
capture/comp_src/courtyard_with_figurine/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
capture/comp_src/courtyard_with_figurine/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "figurine": {
3
+ "transform": [
4
+ 0.330000,
5
+ 0.000000,
6
+ 0.000000,
7
+ 0.776235,
8
+ 0.000000,
9
+ 0.330000,
10
+ 0.000000,
11
+ 0.369141,
12
+ 0.000000,
13
+ 0.000000,
14
+ 0.330000,
15
+ 0.424611,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
capture/comp_src/hall_with_box/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
capture/comp_src/hall_with_box/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "box": {
3
+ "transform": [
4
+ 0.400000,
5
+ 0.000000,
6
+ 0.000000,
7
+ 0.107700,
8
+ 0.000000,
9
+ 0.400000,
10
+ 0.000000,
11
+ 0.755418,
12
+ 0.000000,
13
+ 0.000000,
14
+ 0.400000,
15
+ -1.075989,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
capture/envmap/courtyard_with_figurine/figurine.exr ADDED

Git LFS Details

  • SHA256: a65baddbbf0140b6ce1f2368f548560bc1b172783e54ca34b367a202700a0a00
  • Pointer size: 132 Bytes
  • Size of remote file: 2.3 MB
capture/envmap/courtyard_with_figurine/figurine_lgt.exr ADDED
capture/envmap/hall_with_box/box.exr ADDED

Git LFS Details

  • SHA256: 32f78bcd616ed5062302bb6914b00d80fe6db183aa05c7209435368bf360a335
  • Pointer size: 132 Bytes
  • Size of remote file: 2.42 MB
capture/envmap/hall_with_box/box_lgt.exr ADDED
capture/objects/box/albedo_ratio.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [0.8, 0.6, 0.5]
capture/objects/box/point_cloud/iteration_32000/point_cloud.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4ab797f20e3240d4f9912ef3c16a2d37c0e9a8a7fcab0b98a0c5e9227783fb
3
+ size 85336725
capture/objects/figurine/albedo_ratio.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [1.0, 1.0, 1.0]
capture/objects/figurine/point_cloud/iteration_32000/point_cloud.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43731a6da4637659a45a077675625025c8efee917f317aecdb0493f337f81e38
3
+ size 30311205
capture/scenes/courtyard/point_cloud/iteration_30000/point_cloud.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4670f31a8420fd24f11538a1a3b786954402581e38f2d160b4aeabe71ed0cd2
3
+ size 158693085
capture/scenes/hall/point_cloud/iteration_30000/point_cloud.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4305aa8c12e3ab27af4fa6ee556e3acc6b2b12e433045a69d30b6d28cc078dd9
3
+ size 57463869
public/comp_src/caterpillar_with_sculpture/camera_selection.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "selected_camera_indices": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382],
3
+ "notes": "Front-facing views of the object"
4
+ }
public/comp_src/caterpillar_with_sculpture/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/caterpillar_with_sculpture/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sculpture": {
3
+ "transform": [
4
+ -0.246223,
5
+ 0.206979,
6
+ 0.137962,
7
+ 1.198914,
8
+ -0.211637,
9
+ -0.276320,
10
+ 0.036841,
11
+ -1.443411,
12
+ 0.130706,
13
+ -0.057505,
14
+ 0.319545,
15
+ -0.019065,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/courtroom_with_bell/camera_selection.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "selected_camera_indices": [222, 223, 224, 289, 290, 291],
3
+ "notes": "Front-facing views of the object"
4
+ }
public/comp_src/courtroom_with_bell/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/courtroom_with_bell/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bell": {
3
+ "transform": [
4
+ -0.245916,
5
+ 0.163759,
6
+ 0.052036,
7
+ 4.006720,
8
+ -0.162362,
9
+ -0.251196,
10
+ 0.023215,
11
+ 3.335919,
12
+ 0.056244,
13
+ -0.009132,
14
+ 0.294539,
15
+ 0.201222,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/ignatius_with_bull/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/ignatius_with_bull/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bull": {
3
+ "transform": [
4
+ 0.186155,
5
+ 0.982373,
6
+ -0.017029,
7
+ 1.854816,
8
+ -0.982309,
9
+ 0.186447,
10
+ 0.017490,
11
+ -1.994214,
12
+ 0.020357,
13
+ 0.013472,
14
+ 0.999702,
15
+ 1.415237,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/ignatius_with_bull1/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/ignatius_with_bull1/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bull1": {
3
+ "transform": [
4
+ 0.186155,
5
+ 0.982373,
6
+ -0.017029,
7
+ 1.854816,
8
+ -0.982309,
9
+ 0.186447,
10
+ 0.017490,
11
+ -1.994214,
12
+ 0.020357,
13
+ 0.013472,
14
+ 0.999702,
15
+ 1.415237,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/ignatius_with_bull2/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/ignatius_with_bull2/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bull2": {
3
+ "transform": [
4
+ 0.186155,
5
+ 0.982373,
6
+ -0.017029,
7
+ 1.854816,
8
+ -0.982309,
9
+ 0.186447,
10
+ 0.017490,
11
+ -1.994214,
12
+ 0.020357,
13
+ 0.013472,
14
+ 0.999702,
15
+ 1.415237,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/ignatius_with_bull3/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/ignatius_with_bull3/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bull3": {
3
+ "transform": [
4
+ 0.186155,
5
+ 0.982373,
6
+ -0.017029,
7
+ 1.854816,
8
+ -0.982309,
9
+ 0.186447,
10
+ 0.017490,
11
+ -1.994214,
12
+ 0.020357,
13
+ 0.013472,
14
+ 0.999702,
15
+ 1.415237,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/ignatius_with_bull4/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/ignatius_with_bull4/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bull4": {
3
+ "transform": [
4
+ 0.186155,
5
+ 0.982373,
6
+ -0.017029,
7
+ 1.854816,
8
+ -0.982309,
9
+ 0.186447,
10
+ 0.017490,
11
+ -1.994214,
12
+ 0.020357,
13
+ 0.013472,
14
+ 0.999702,
15
+ 1.415237,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/comp_src/playground_with_egg/camera_selection.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "selected_camera_indices": [29, 30, 31, 32, 33, 42, 43],
3
+ "notes": "Front-facing views of the object"
4
+ }
public/comp_src/playground_with_egg/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
public/comp_src/playground_with_egg/transform.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "egg": {
3
+ "transform": [
4
+ 0.149814,
5
+ 0.000000,
6
+ -0.007472,
7
+ -0.961192,
8
+ 0.000000,
9
+ 0.150000,
10
+ 0.000000,
11
+ 1.296071,
12
+ 0.007472,
13
+ 0.000000,
14
+ 0.149814,
15
+ 0.079675,
16
+ 0.000000,
17
+ 0.000000,
18
+ 0.000000,
19
+ 1.000000
20
+ ]
21
+ }
22
+ }
public/envmap/caterpillar_with_sculpture/sculpture.exr ADDED

Git LFS Details

  • SHA256: 8d18da85947de31e9357c1ed9c0dee1a558ba8e48bc45a7c16a32d1fac921c0f
  • Pointer size: 132 Bytes
  • Size of remote file: 3.29 MB
public/envmap/caterpillar_with_sculpture/sculpture_lgt.exr ADDED
public/envmap/courtroom_with_bell/bell.exr ADDED

Git LFS Details

  • SHA256: 6176b50e6d471d7a1b2850d659a6016fa3fc86a463c064ca9f799c2b2a85447d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.14 MB
public/envmap/courtroom_with_bell/bell_lgt.exr ADDED
public/envmap/ignatius_with_bull/bull.exr ADDED

Git LFS Details

  • SHA256: 17de954ccb63ab285b78de5095be95159673afc55746eb75980a06fb42eda9a8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.95 MB
public/envmap/ignatius_with_bull/bull_lgt.exr ADDED
public/envmap/ignatius_with_bull1/bull1.exr ADDED

Git LFS Details

  • SHA256: 17de954ccb63ab285b78de5095be95159673afc55746eb75980a06fb42eda9a8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.95 MB
public/envmap/ignatius_with_bull1/bull1_lgt.exr ADDED
public/envmap/ignatius_with_bull2/bull2.exr ADDED

Git LFS Details

  • SHA256: 17de954ccb63ab285b78de5095be95159673afc55746eb75980a06fb42eda9a8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.95 MB
public/envmap/ignatius_with_bull2/bull2_lgt.exr ADDED
public/envmap/ignatius_with_bull3/bull3.exr ADDED

Git LFS Details

  • SHA256: 17de954ccb63ab285b78de5095be95159673afc55746eb75980a06fb42eda9a8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.95 MB
public/envmap/ignatius_with_bull3/bull3_lgt.exr ADDED
public/envmap/ignatius_with_bull4/bull4.exr ADDED

Git LFS Details

  • SHA256: 17de954ccb63ab285b78de5095be95159673afc55746eb75980a06fb42eda9a8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.95 MB
public/envmap/ignatius_with_bull4/bull4_lgt.exr ADDED
public/envmap/playground_with_egg/egg.exr ADDED

Git LFS Details

  • SHA256: b725034f99b3fd79c91f7787e770548b8a42919f6599a76677ef0634b3318cd1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.88 MB
public/envmap/playground_with_egg/egg_lgt.exr ADDED