jkulhanek commited on
Commit
6a00c0f
1 Parent(s): cc350d6

Add 2DGS TT meshes

Browse files
Files changed (42) hide show
  1. 2d-gaussian-splatting/tanksandtemples/auditorium_mesh/mesh.ply +3 -0
  2. 2d-gaussian-splatting/tanksandtemples/auditorium_mesh/params.json +32 -0
  3. 2d-gaussian-splatting/tanksandtemples/ballroom_mesh/mesh.ply +3 -0
  4. 2d-gaussian-splatting/tanksandtemples/ballroom_mesh/params.json +32 -0
  5. 2d-gaussian-splatting/tanksandtemples/barn_mesh/mesh.ply +3 -0
  6. 2d-gaussian-splatting/tanksandtemples/barn_mesh/params.json +32 -0
  7. 2d-gaussian-splatting/tanksandtemples/caterpillar_mesh/mesh.ply +3 -0
  8. 2d-gaussian-splatting/tanksandtemples/caterpillar_mesh/params.json +32 -0
  9. 2d-gaussian-splatting/tanksandtemples/church_mesh/mesh.ply +3 -0
  10. 2d-gaussian-splatting/tanksandtemples/church_mesh/params.json +32 -0
  11. 2d-gaussian-splatting/tanksandtemples/courthouse_mesh/mesh.ply +3 -0
  12. 2d-gaussian-splatting/tanksandtemples/courthouse_mesh/params.json +32 -0
  13. 2d-gaussian-splatting/tanksandtemples/courtroom_mesh/mesh.ply +3 -0
  14. 2d-gaussian-splatting/tanksandtemples/courtroom_mesh/params.json +32 -0
  15. 2d-gaussian-splatting/tanksandtemples/family_mesh/mesh.ply +3 -0
  16. 2d-gaussian-splatting/tanksandtemples/family_mesh/params.json +32 -0
  17. 2d-gaussian-splatting/tanksandtemples/francis_mesh/mesh.ply +3 -0
  18. 2d-gaussian-splatting/tanksandtemples/francis_mesh/params.json +32 -0
  19. 2d-gaussian-splatting/tanksandtemples/horse_mesh/mesh.ply +3 -0
  20. 2d-gaussian-splatting/tanksandtemples/horse_mesh/params.json +32 -0
  21. 2d-gaussian-splatting/tanksandtemples/ignatius_mesh/mesh.ply +3 -0
  22. 2d-gaussian-splatting/tanksandtemples/ignatius_mesh/params.json +32 -0
  23. 2d-gaussian-splatting/tanksandtemples/lighthouse_mesh/mesh.ply +3 -0
  24. 2d-gaussian-splatting/tanksandtemples/lighthouse_mesh/params.json +32 -0
  25. 2d-gaussian-splatting/tanksandtemples/m60_mesh/mesh.ply +3 -0
  26. 2d-gaussian-splatting/tanksandtemples/m60_mesh/params.json +32 -0
  27. 2d-gaussian-splatting/tanksandtemples/meetingroom_mesh/mesh.ply +3 -0
  28. 2d-gaussian-splatting/tanksandtemples/meetingroom_mesh/params.json +32 -0
  29. 2d-gaussian-splatting/tanksandtemples/museum_mesh/mesh.ply +3 -0
  30. 2d-gaussian-splatting/tanksandtemples/museum_mesh/params.json +32 -0
  31. 2d-gaussian-splatting/tanksandtemples/palace_mesh/mesh.ply +3 -0
  32. 2d-gaussian-splatting/tanksandtemples/palace_mesh/params.json +32 -0
  33. 2d-gaussian-splatting/tanksandtemples/panther_mesh/mesh.ply +3 -0
  34. 2d-gaussian-splatting/tanksandtemples/panther_mesh/params.json +32 -0
  35. 2d-gaussian-splatting/tanksandtemples/playground_mesh/mesh.ply +3 -0
  36. 2d-gaussian-splatting/tanksandtemples/playground_mesh/params.json +32 -0
  37. 2d-gaussian-splatting/tanksandtemples/temple_mesh/mesh.ply +3 -0
  38. 2d-gaussian-splatting/tanksandtemples/temple_mesh/params.json +32 -0
  39. 2d-gaussian-splatting/tanksandtemples/train_mesh/mesh.ply +3 -0
  40. 2d-gaussian-splatting/tanksandtemples/train_mesh/params.json +32 -0
  41. 2d-gaussian-splatting/tanksandtemples/truck_mesh/mesh.ply +3 -0
  42. 2d-gaussian-splatting/tanksandtemples/truck_mesh/params.json +32 -0
2d-gaussian-splatting/tanksandtemples/auditorium_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680302ba3f9732a7ce31647e8379e0082f4984273778cef96c013442a4492af8
3
+ size 555463929
2d-gaussian-splatting/tanksandtemples/auditorium_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.5719153306679995,
6
+ -0.40671410553452986,
7
+ -0.013426133374788977
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.1626078227918586,
20
+ "rotation": [
21
+ -0.6936528929325116,
22
+ 0.1471419986875544,
23
+ -0.1216327314152313,
24
+ 0.6945504841241276
25
+ ],
26
+ "offset": [
27
+ 0.04870118370187179,
28
+ -0.12561190075409043,
29
+ 0.011292388054949044
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/ballroom_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ff3c988a6a52c89ba684b787ada84c2d513081686e65283f6d520706b8b2fe
3
+ size 716036443
2d-gaussian-splatting/tanksandtemples/ballroom_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.8495956765404389,
6
+ -0.24556596415872825,
7
+ -0.02058288700980269
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.1655288806504167,
20
+ "rotation": [
21
+ 0.6051920043810116,
22
+ 0.3826167076936917,
23
+ -0.3870394196141016,
24
+ -0.5809884512550259
25
+ ],
26
+ "offset": [
27
+ 0.07421405318597137,
28
+ -0.05139373483954467,
29
+ -0.011797638130268823
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/barn_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a357ce918b24105ced3e6f0d845a385fc4855f8aa43e7fc2d4f6a73486e615
3
+ size 310859497
2d-gaussian-splatting/tanksandtemples/barn_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.6067628472029684,
6
+ 0.42194637749952435,
7
+ 0.003154097789530622
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.22360793064610496,
20
+ "rotation": [
21
+ 0.6533605664927327,
22
+ 0.22814117698529812,
23
+ -0.22214481914487424,
24
+ -0.6868211214305727
25
+ ],
26
+ "offset": [
27
+ 0.10384077961851051,
28
+ -0.12949540848272698,
29
+ 0.010018558194969543
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/caterpillar_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f889aef73cc788547d414b88b717a0bd0893447d26b37b7a93e33f9ab5d7791a
3
+ size 552517546
2d-gaussian-splatting/tanksandtemples/caterpillar_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.6118147396165491,
6
+ -0.06743429620483224,
7
+ 0.0458400233648438
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.15632593622993346,
20
+ "rotation": [
21
+ -0.6077794291032659,
22
+ 0.4155242402537982,
23
+ -0.375950839653294,
24
+ 0.5626764056581679
25
+ ],
26
+ "offset": [
27
+ -0.056956215437224025,
28
+ -0.0800579785069153,
29
+ 0.050327396724357085
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/church_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754140dbe87066328aa68a25495c9585a740ded073dec04db090e876a86170ec
3
+ size 888606352
2d-gaussian-splatting/tanksandtemples/church_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.6696893583491879,
6
+ -0.03368573772405472,
7
+ 0.02129921928543351
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.13042724531414823,
20
+ "rotation": [
21
+ -0.4989257644667757,
22
+ 0.34652150294413464,
23
+ -0.43077189642163094,
24
+ 0.6674065498643935
25
+ ],
26
+ "offset": [
27
+ -0.015407580192204048,
28
+ -0.021256238494100778,
29
+ 0.008097348090578783
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/courthouse_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fad4629cfa438c47a66789a1572445e0f9a9003c21360bb89fc910e5a378916
3
+ size 259641861
2d-gaussian-splatting/tanksandtemples/courthouse_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.6284739276764428,
6
+ 0.002676556317114387,
7
+ -0.19465483746154816
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.1639158104455336,
20
+ "rotation": [
21
+ -0.48522091536097484,
22
+ 0.3425700489851421,
23
+ -0.4622888565931232,
24
+ 0.6584037043519708
25
+ ],
26
+ "offset": [
27
+ -0.055963518387757136,
28
+ -0.2002451534577499,
29
+ -0.18898763124524326
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/courtroom_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:400014d2c014cdc02d9050fe4b1960395052c72f2cebb3e5ba9e84b3f3343e40
3
+ size 226783189
2d-gaussian-splatting/tanksandtemples/courtroom_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.4128927654124998,
6
+ -0.031899341983060985,
7
+ -0.08078732088858431
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.18527021844207278,
20
+ "rotation": [
21
+ -0.4619426209407177,
22
+ 0.36846162460131504,
23
+ -0.5083034509506498,
24
+ 0.6264763745794735
25
+ ],
26
+ "offset": [
27
+ -0.01145642245386924,
28
+ -0.08382604695218623,
29
+ -0.0512804337588534
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/family_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab6b36c1550c5b182ed5ffaa96b036c3f9253d452ad3658c82cbcdffc101f4c7
3
+ size 81508335
2d-gaussian-splatting/tanksandtemples/family_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.4305084284229046,
6
+ 0.10296116689797771,
7
+ 0.06016544275125207
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.21031184798039884,
20
+ "rotation": [
21
+ -0.7218334010699448,
22
+ -0.18786958859803604,
23
+ 0.17233648447101138,
24
+ 0.6433985505889595
25
+ ],
26
+ "offset": [
27
+ -0.05442891731859649,
28
+ -0.016593702250356487,
29
+ 0.09630489947390644
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/francis_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9f9e1fa3ecbce1c917a146b3c895b556aca2fcfe71cea5b554453d29e0a42b
3
+ size 181938601
2d-gaussian-splatting/tanksandtemples/francis_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -1.1717020897183674,
6
+ 0.4471960680915513,
7
+ -0.25707132307784736
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.18252940631219514,
20
+ "rotation": [
21
+ -0.41221772219912517,
22
+ 0.4908605224238345,
23
+ -0.5344965052650044,
24
+ 0.5508593131556023
25
+ ],
26
+ "offset": [
27
+ -0.16173468476335046,
28
+ -0.012542752811874822,
29
+ -0.18113314776276435
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/horse_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18805631adfb16774c0fd2d9a2e52894886a2ad0f990b4062f59760574259c6
3
+ size 175226913
2d-gaussian-splatting/tanksandtemples/horse_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.050700091321438365,
6
+ -0.43328800683472757,
7
+ -0.035227745323484584
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.17124565010244763,
20
+ "rotation": [
21
+ -0.725009670496535,
22
+ -0.12780944549587625,
23
+ 0.1519113745654258,
24
+ 0.6595063741967818
25
+ ],
26
+ "offset": [
27
+ 0.00756746070402682,
28
+ -0.07273764810592032,
29
+ -0.005475623794708351
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/ignatius_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440d0ee5c260eff1cf529833f0ac0275315e5865eb3b1c559b38378c46be45f2
3
+ size 366916105
2d-gaussian-splatting/tanksandtemples/ignatius_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.422034715446821,
6
+ -0.31171288139915954,
7
+ 0.11586102092968974
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.17534715834942993,
20
+ "rotation": [
21
+ 0.6623353279990415,
22
+ 0.3342045541110986,
23
+ -0.3169784470412023,
24
+ -0.590883993189147
25
+ ],
26
+ "offset": [
27
+ 0.027383919381139495,
28
+ -0.07002547116265384,
29
+ 0.10440121192804055
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/lighthouse_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7617d0faaf349b1fdf74e1edda42307599a129aec4c0b3fdf959b81d8470b0c
3
+ size 313125950
2d-gaussian-splatting/tanksandtemples/lighthouse_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.6052086599262378,
6
+ -0.6651011707736184,
7
+ -0.13059971282036426
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.17654900763340434,
20
+ "rotation": [
21
+ 0.6557290228455671,
22
+ 0.1365775299064218,
23
+ -0.16640880948123082,
24
+ -0.723653325183888
25
+ ],
26
+ "offset": [
27
+ 0.07989634880156385,
28
+ -0.05043774790801379,
29
+ -0.11840267973814728
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/m60_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d1fe9ebd025d8ec911593dd0e8dd34ad4acaaa16398cf40124f0b271fa1da8
3
+ size 336806961
2d-gaussian-splatting/tanksandtemples/m60_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -1.0270221964131876,
6
+ -0.029134525152065757,
7
+ 0.03909052912782066
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.15095899892510428,
20
+ "rotation": [
21
+ 0.5601169931665992,
22
+ 0.49155795201308683,
23
+ -0.4343147132806959,
24
+ -0.5059747657804828
25
+ ],
26
+ "offset": [
27
+ -0.01819951870117663,
28
+ 0.03200540662967474,
29
+ 0.050210240089155145
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/meetingroom_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef413b9a5ef000b972e23c18c3aa063dace1c6650a84ca1d8a5c12fe0ef7d8d
3
+ size 894802016
2d-gaussian-splatting/tanksandtemples/meetingroom_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.5809581325846646,
6
+ -0.3219225482473011,
7
+ -0.06411975313246596
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.19370919294606362,
20
+ "rotation": [
21
+ 0.5296607314454996,
22
+ 0.46810293927127755,
23
+ -0.4190795420571378,
24
+ -0.5698346121809281
25
+ ],
26
+ "offset": [
27
+ -0.01916727547084273,
28
+ 0.006153174146393834,
29
+ -0.035924672745086456
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/museum_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35582946776290a733d619c5fc65f5079a545a0d57c0ac177fd26e1aa32740a1
3
+ size 391720198
2d-gaussian-splatting/tanksandtemples/museum_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.8420202979061666,
6
+ -0.11483153766253898,
7
+ 0.11035574492864966
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.18122007429555675,
20
+ "rotation": [
21
+ -0.4082801358481524,
22
+ 0.40480715595735484,
23
+ -0.5234314542179264,
24
+ 0.6288545220421329
25
+ ],
26
+ "offset": [
27
+ -0.01156742546912003,
28
+ -0.0009375759022232687,
29
+ -0.09913502024944384
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/palace_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da792400483bdd448e27f6cd740f6469348eead8abf29b5057499be7c904dc1
3
+ size 94691726
2d-gaussian-splatting/tanksandtemples/palace_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.06347294522198364,
6
+ -0.4459115669665459,
7
+ -0.13608598415206088
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.1535120667949364,
20
+ "rotation": [
21
+ 0.43393487620081933,
22
+ 0.03539632635007728,
23
+ -0.10611313838063725,
24
+ -0.8939729443112414
25
+ ],
26
+ "offset": [
27
+ 0.11581448603960748,
28
+ -0.10377127152484278,
29
+ -0.1353602848592375
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/panther_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa387278a7ab6fe1365267c28a45a04092cb4dbee43f831ede10d5ab15b53a4e
3
+ size 189097395
2d-gaussian-splatting/tanksandtemples/panther_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.828836064683018,
6
+ -0.5248130851547875,
7
+ 0.08754520370614528
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.22242859691974448,
20
+ "rotation": [
21
+ 0.595179370898555,
22
+ 0.3857492990153536,
23
+ -0.3824309587228689,
24
+ -0.5922039822360796
25
+ ],
26
+ "offset": [
27
+ 0.07926550991721289,
28
+ -0.0475404999237492,
29
+ 0.09245323091253156
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/playground_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172a7a441a4095a7fa198fdb8063561999b483351a79edadb62b9510f0802323
3
+ size 209777525
2d-gaussian-splatting/tanksandtemples/playground_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.2918269411678637,
6
+ 0.8992992634020567,
7
+ 0.03682883942097179
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.2025511380183571,
20
+ "rotation": [
21
+ -0.7249802008451078,
22
+ -0.12966900650142865,
23
+ 0.12688590603752953,
24
+ 0.6644468556510408
25
+ ],
26
+ "offset": [
27
+ -0.05863690499786471,
28
+ -0.09373574324130196,
29
+ 0.05468611230734915
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/temple_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc2c01b5107dc78aec60e7c740b2f7e8207820d180052f28649967e8f52397f
3
+ size 240727317
2d-gaussian-splatting/tanksandtemples/temple_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.8768487800272033,
6
+ -0.2654622093949166,
7
+ -0.15494054141809346
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.18406184343494025,
20
+ "rotation": [
21
+ -0.6359281900633181,
22
+ 0.01383405399264559,
23
+ -0.03600679363322686,
24
+ 0.770783670588042
25
+ ],
26
+ "offset": [
27
+ 0.018311779336545004,
28
+ -0.09957761138484951,
29
+ -0.14160117053868668
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/train_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15426bc1c318c373d160cb6446d4e1b54d4f8bc76fe30b001b8d1c6680a4382
3
+ size 592389686
2d-gaussian-splatting/tanksandtemples/train_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ -0.5929379761922094,
6
+ -0.3425585542625432,
7
+ -0.032028089849834476
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.14777807893765368,
20
+ "rotation": [
21
+ -0.6517494636720349,
22
+ 0.1906540338124767,
23
+ -0.17256333340664048,
24
+ 0.7135093355786136
25
+ ],
26
+ "offset": [
27
+ 0.06746397065163419,
28
+ -0.07951856924700285,
29
+ -0.025381495207452847
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }
2d-gaussian-splatting/tanksandtemples/truck_mesh/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a732bc76a29a19d283dcc23a6ffc27c0cd5b218080f3989a9575a24652a963f
3
+ size 409620240
2d-gaussian-splatting/tanksandtemples/truck_mesh/params.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "mesh",
3
+ "backgroundColor": null,
4
+ "initialCameraPosition": [
5
+ 0.796161899663975,
6
+ -0.032288999098732445,
7
+ 0.11925081357745765
8
+ ],
9
+ "initialCameraLookAt": [
10
+ 0.0,
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "cameraUp": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0
18
+ ],
19
+ "scale": 0.1923662278320967,
20
+ "rotation": [
21
+ -0.7074657902704118,
22
+ -0.2787956634499943,
23
+ 0.2105421110097394,
24
+ 0.6143591401860168
25
+ ],
26
+ "offset": [
27
+ -0.020158297085942044,
28
+ -0.09879495924347917,
29
+ 0.15035780207790733
30
+ ],
31
+ "meshUri": "mesh.ply"
32
+ }