pkliu
commited on
Commit
·
0a55733
1
Parent(s):
e2c6356
first commit
Browse files- README.md +28 -0
- isotropic3d.ckpt +3 -0
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
tags:
|
5 |
+
- image-to-3d
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
# Isotropic3D
|
10 |
+
|
11 |
+
Model card for *Isotropic3D: Image-to-3D Generation Based on a Single CLIP Embedding*.
|
12 |
+
|
13 |
+
Project Page: https://isotropic3d.github.io/
|
14 |
+
|
15 |
+
Arxiv: https://isotropic3d.github.io/
|
16 |
+
|
17 |
+
|
18 |
+
![image/jpeg](https://github.com/Isotropic3D/Isotropic3D.github.io/blob/main/static/images/mvd.png)
|
19 |
+
|
20 |
+
The model contains a diffusion model to generate multi-view images from single input image.
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
|
24 |
+
```
|
25 |
+
@article{
|
26 |
+
|
27 |
+
}
|
28 |
+
```
|
isotropic3d.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ca14a6a836bf609cd69592c4aa55bb083ed039340a29d82e3ce9508f9b599d2
|
3 |
+
size 6540740025
|