Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Convolutional Reconstruction Model
|
2 |
+
|
3 |
+
Model card for *CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model*.
|
4 |
+
|
5 |
+
## [Project Page](https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/) | [Arxiv](https://arxiv.org/abs/2403.05034) | [HF-Demo](https://huggingface.co/spaces/Zhengyi/CRM) | [Weights](https://huggingface.co/Zhengyi/CRM)
|
6 |
+
|
7 |
+
|
8 |
+
|
9 |
+
|
10 |
+
## Citation
|
11 |
+
|
12 |
+
```
|
13 |
+
@article{wang2024crm,
|
14 |
+
title={CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model},
|
15 |
+
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},
|
16 |
+
journal={arXiv preprint arXiv:2403.05034},
|
17 |
+
year={2024}
|
18 |
+
}
|
19 |
+
```
|