Spaces:
Paused
Paused
Commit
Β·
074d3da
1
Parent(s):
7f13fe5
chore: update example meshes to be y-up
Browse filesSigned-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>
- demos/run_gradio_demo.py +3 -3
- example_data/structure_mesh/{giraffe_zup.glb β giraffe.glb} +2 -2
- example_data/structure_mesh/{motorcycle_zup.glb β motorcycle.glb} +2 -2
- example_data/structure_mesh/{plane_zup.glb β plane.glb} +2 -2
- example_data/thumbs/structure/{giraffe_zup.png β giraffe.png} +0 -0
- example_data/thumbs/structure/{motorcycle_zup.png β motorcycle.png} +0 -0
- example_data/thumbs/structure/{plane_zup.png β plane.png} +0 -0
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/
|
| 110 |
-
"example_data/thumbs/structure/
|
| 111 |
-
"example_data/thumbs/structure/
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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
|