Spaces:
Runtime error
Runtime error
gusgeneris
commited on
Commit
โข
c0cbde0
1
Parent(s):
4dc924b
First03
Browse files
README.md
CHANGED
@@ -1,13 +1,39 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|