--- title: One-2-3-45 emoji: πŸ“ΈπŸš€πŸŒŸ colorFrom: red colorTo: yellow sdk: gradio sdk_version: 3.40.1 app_file: app.py pinned: true license: mit duplicated_from: One-2-3-45/One-2-3-45 --- # One-2-3-45: Any Single Image to 3D Mesh in 45 Seconds without Per-Shape Optimization
This space hosts the demo for [One-2-3-45](http://One-2-3-45.com), powered by the [inference model](https://huggingface.co/One-2-3-45/code). Please refer to our [GitHub repo](https://github.com/One-2-3-45/One-2-3-45) for full code release. ## Local Deployment of the Demo ```bash # Minimum GPU: NVIDIA A10 or RTX 3090 # 1. Install the requirements sudo apt-get install libsparsehash-dev pip install -r requirements.txt # 2. Run the demo python app.py ``` ## Citation ```bibtex @misc{liu2023one2345, title={One-2-3-45: Any Single Image to 3D Mesh in 45 Seconds without Per-Shape Optimization}, author={Minghua Liu and Chao Xu and Haian Jin and Linghao Chen and Mukund Varma T and Zexiang Xu and Hao Su}, year={2023}, eprint={2306.16928}, archivePrefix={arXiv}, primaryClass={cs.CV} } ```