pkunliu commited on
Commit
fbe0c59
1 Parent(s): 334d270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -12,7 +12,7 @@ Model card for *Isotropic3D: Image-to-3D Generation Based on a Single CLIP Embed
12
 
13
  Project Page: https://isotropic3d.github.io/
14
 
15
- Arxiv: https://isotropic3d.github.io/
16
 
17
  ![mvd.png](https://cdn-uploads.huggingface.co/production/uploads/6463a5b51bb15fa38b0d5d2f/VTrn8zcRayQICjxvYeGKI.png)
18
 
@@ -21,7 +21,10 @@ The model contains a diffusion model to generate multi-view images from single i
21
  ## Citation
22
 
23
  ```
24
- @article{
25
-
 
 
 
26
  }
27
  ```
 
12
 
13
  Project Page: https://isotropic3d.github.io/
14
 
15
+ Arxiv: https://arxiv.org/abs/2403.10395
16
 
17
  ![mvd.png](https://cdn-uploads.huggingface.co/production/uploads/6463a5b51bb15fa38b0d5d2f/VTrn8zcRayQICjxvYeGKI.png)
18
 
 
21
  ## Citation
22
 
23
  ```
24
+ @article{liu2024isotropic3d,
25
+ title={Isotropic3D: Image-to-3D Generation Based on a Single CLIP Embedding},
26
+ author={Liu, Pengkun and Wang, Yikai and Sun, Fuchun and Li, Jiafang and Xiao, Hang and Xue, Hongxiang and Wang, Xinzhou},
27
+ journal={arXiv preprint arXiv:2403.10395},
28
+ year={2024}
29
  }
30
  ```