Spaces:
Runtime error
Runtime error
File size: 967 Bytes
81cbfe1 c0cbde0 81cbfe1 c0cbde0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: CRM: Single Image to 3D Textured Mesh with Convolutional Reconstruction Model
emoji: 🖼️🔄3D
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "4.43.0"
app_file: app.py
pinned: false
---
# Nueva version
## Authors
Zhengyi Wang, Yikai Wang, Yifei Chen, Chendong Xiang, Shuo Chen, Dajiang Yu, Chongxuan Li, Hang Su, Jun Zhu
## Journal
arXiv preprint arXiv:2403.05034
## Year
2024
## Description
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.
## Features
- Convert single images to 3D textured meshes.
- Interactive UI with Gradio.
- High-quality 3D model generation.
## Installation
To run this app locally, you'll need to install the necessary dependencies. You can do this by running:
```bash
pip install gradio
|