gusgeneris commited on
Commit
67d033d
·
1 Parent(s): de48ca1
Files changed (1) hide show
  1. README.md +2 -21
README.md CHANGED
@@ -5,28 +5,9 @@ tags:
5
  - image-to-3d
6
  ---
7
 
8
- # Convolutional Reconstruction Model
9
-
10
- Model card for *CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model*.
11
-
12
- Project Page: https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/
13
-
14
- Arxiv: https://arxiv.org/abs/2403.05034
15
-
16
-
17
- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/634e15aec1ce28f1de91c470/4Ggn8Vl8zV0kccAF1376o.jpeg)
18
-
19
- The model contains a diffusion model to generate multi-view images from single input image, another difffusion to generate CCMs, and a UNet-based reconstruction model to get the final textured mesh.
20
-
21
- ## Citation
22
-
23
- ```
24
- @article{wang2024crm,
25
  title={CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model},
26
  author={Zhengyi Wang and Yikai Wang and Yifei Chen and Chendong Xiang and Shuo Chen and Dajiang Yu and Chongxuan Li and Hang Su and Jun Zhu},
27
- sdk_version: "4.43.0"
28
- sdk=gradio
29
  journal={arXiv preprint arXiv:2403.05034},
30
  year={2024}
31
- }
32
- ```
 
5
  - image-to-3d
6
  ---
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  title={CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model},
9
  author={Zhengyi Wang and Yikai Wang and Yifei Chen and Chendong Xiang and Shuo Chen and Dajiang Yu and Chongxuan Li and Hang Su and Jun Zhu},
10
+ sdk_version: {{"4.43.0"}}
11
+ sdk={gradio}
12
  journal={arXiv preprint arXiv:2403.05034},
13
  year={2024}