suvadityamuk commited on
Commit
074d3da
Β·
1 Parent(s): 7f13fe5

chore: update example meshes to be y-up

Browse files

Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>

demos/run_gradio_demo.py CHANGED
@@ -106,9 +106,9 @@ THUMB_TO_GLB = {
106
  "example_data/thumbs/structure/bench_chair.png": "example_data/structure_mesh/bench_chair.glb",
107
  "example_data/thumbs/structure/cabinet.png": "example_data/structure_mesh/cabinet.glb",
108
  "example_data/thumbs/structure/chair.png": "example_data/structure_mesh/chair.glb",
109
- "example_data/thumbs/structure/giraffe_zup.png": "example_data/structure_mesh/giraffe_zup.glb",
110
- "example_data/thumbs/structure/motorcycle_zup.png": "example_data/structure_mesh/motorcycle_zup.glb",
111
- "example_data/thumbs/structure/plane_zup.png": "example_data/structure_mesh/plane_zup.glb",
112
 
113
  # Reference Appearance Mesh Examples
114
  "example_data/thumbs/appearance/B01DA8LC0A.jpg": "example_data/appearance_mesh/B01DA8LC0A.glb",
 
106
  "example_data/thumbs/structure/bench_chair.png": "example_data/structure_mesh/bench_chair.glb",
107
  "example_data/thumbs/structure/cabinet.png": "example_data/structure_mesh/cabinet.glb",
108
  "example_data/thumbs/structure/chair.png": "example_data/structure_mesh/chair.glb",
109
+ "example_data/thumbs/structure/giraffe.png": "example_data/structure_mesh/giraffe.glb",
110
+ "example_data/thumbs/structure/motorcycle.png": "example_data/structure_mesh/motorcycle.glb",
111
+ "example_data/thumbs/structure/plane.png": "example_data/structure_mesh/plane.glb",
112
 
113
  # Reference Appearance Mesh Examples
114
  "example_data/thumbs/appearance/B01DA8LC0A.jpg": "example_data/appearance_mesh/B01DA8LC0A.glb",
example_data/structure_mesh/{giraffe_zup.glb β†’ giraffe.glb} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2aba904114c49471592db3e2d871584ce050129460a2db09da75eb4dfd316c72
3
- size 10654600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fa42358c52ba64be532f273c2d84e7106d6978ce8b19ccfc9507022623c13a
3
+ size 10654676
example_data/structure_mesh/{motorcycle_zup.glb β†’ motorcycle.glb} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a3082ff22ac9a0a29f9dc4cf92d70e01922a476dd72b976dd393da207590eda
3
- size 4963104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ca5fc4a2036067d2b4e056dabaca5e6bcfdee96fa7988eb15247fb36953095
3
+ size 4963224
example_data/structure_mesh/{plane_zup.glb β†’ plane.glb} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bde24eaa7a7cedb2f6192c827226f3c16dd84be87b5ac115742f4f88cdd057f6
3
- size 549096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29de2865d38559cc55d7fc519c2dfefb068390b0eaa3bf37a08cfc8aa29ad09b
3
+ size 549216
example_data/thumbs/structure/{giraffe_zup.png β†’ giraffe.png} RENAMED
File without changes
example_data/thumbs/structure/{motorcycle_zup.png β†’ motorcycle.png} RENAMED
File without changes
example_data/thumbs/structure/{plane_zup.png β†’ plane.png} RENAMED
File without changes