Datasets:
Commit
•
32f3199
1
Parent(s):
bea5a29
add various cat statue results
Browse files- .gitattributes +6 -0
- outputs/meshes/CraftsMan/cat_statue.obj +3 -0
- outputs/meshes/CraftsMan/config.json +5 -0
- outputs/meshes/InstantMesh/cat_statue.glb +3 -0
- outputs/meshes/InstantMesh/config.json +5 -0
- outputs/meshes/TripoSR/cat_statue.glb +3 -0
- outputs/meshes/TripoSR/config.json +5 -0
- outputs/splats/LGM/cat_statue.ply +3 -0
- outputs/splats/LGM/config.json +5 -0
.gitattributes
CHANGED
@@ -53,3 +53,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
# 3D files
|
57 |
+
*.obj filter=lfs diff=lfs merge=lfs -text
|
58 |
+
*.glb filter=lfs diff=lfs merge=lfs -text
|
59 |
+
*.gltf filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.ply filter=lfs diff=lfs merge=lfs -text
|
61 |
+
*.splat filter=lfs diff=lfs merge=lfs -text
|
outputs/meshes/CraftsMan/cat_statue.obj
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a490d9c439f5071e7e74e093f759940789d35623426c5532f83a54401a40c0b
|
3 |
+
size 4424672
|
outputs/meshes/CraftsMan/config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Model": "https://huggingface.co/wyysf/CraftsMan",
|
3 |
+
"Space": "https://huggingface.co/spaces/wyysf/CraftsMan",
|
4 |
+
"Paper": "https://huggingface.co/papers/2405.14979"
|
5 |
+
}
|
outputs/meshes/InstantMesh/cat_statue.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58cefe479d4a8939ce870d90d84ce95a4e5750e4d9c08bcf995ac4d78b58460b
|
3 |
+
size 1184048
|
outputs/meshes/InstantMesh/config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Model": "https://huggingface.co/TencentARC/InstantMesh",
|
3 |
+
"Space": "https://huggingface.co/spaces/TencentARC/InstantMesh",
|
4 |
+
"Paper": "https://huggingface.co/papers/2404.07191"
|
5 |
+
}
|
outputs/meshes/TripoSR/cat_statue.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65aa863176b7553e9fd0c7eef74d5e50d53da5ad72bad3e312cd2f34f74b1fc8
|
3 |
+
size 1786692
|
outputs/meshes/TripoSR/config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Model": "https://huggingface.co/stabilityai/TripoSR",
|
3 |
+
"Space": "https://huggingface.co/spaces/stabilityai/TripoSR",
|
4 |
+
"Paper": "https://huggingface.co/papers/2403.02151"
|
5 |
+
}
|
outputs/splats/LGM/cat_statue.ply
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57dc6f5902301d7577c53a73ce4c9d1bbff2fca86bf93d015b6cdfa1d3de9b18
|
3 |
+
size 2390497
|
outputs/splats/LGM/config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Model": "https://huggingface.co/ashawkey/LGM",
|
3 |
+
"Space": "https://huggingface.co/spaces/ashawkey/LGM",
|
4 |
+
"Paper": "https://huggingface.co/papers/2402.05054"
|
5 |
+
}
|