gusgeneris commited on
Commit
c0cbde0
โ€ข
1 Parent(s): 4dc924b
Files changed (1) hide show
  1. README.md +36 -10
README.md CHANGED
@@ -1,13 +1,39 @@
1
  ---
2
- license: mit
3
- pipeline_tag: image-to-3d
4
- tags:
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}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model
3
+ emoji: ๐Ÿ–ผ๏ธ๐Ÿ”„3D
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "4.43.0"
8
+ app_file: app.py
9
+ pinned: false
10
  ---
11
 
12
+ # Nueva version
13
+
14
+ ## Authors
15
+ Zhengyi Wang, Yikai Wang, Yifei Chen, Chendong Xiang, Shuo Chen, Dajiang Yu, Chongxuan Li, Hang Su, Jun Zhu
16
+
17
+ ## Journal
18
+ arXiv preprint arXiv:2403.05034
19
+
20
+ ## Year
21
+ 2024
22
+
23
+ ## Description
24
+
25
+ This project utilizes the CRM model to convert single images into 3D textured meshes using convolutional reconstruction techniques. The model is deployed as a Gradio app, allowing interactive visualization and manipulation of 3D models generated from input images.
26
+
27
+ ## Features
28
+
29
+ - Convert single images to 3D textured meshes.
30
+ - Interactive UI with Gradio.
31
+ - High-quality 3D model generation.
32
+
33
+ ## Installation
34
+
35
+ To run this app locally, you'll need to install the necessary dependencies. You can do this by running:
36
+
37
+ ```bash
38
+ pip install gradio
39
+