Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
tags:
|
5 |
+
- image-to-3d
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
# Convolutional Reconstruction Model
|
10 |
|
11 |
Model card for *CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model*.
|
12 |
|
13 |
## [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)
|
14 |
|
15 |
+
<video controls autoplay src="assets/demo.mp4"></video>
|
16 |
|
17 |
|
18 |
## Citation
|