chore(docs): Update README. (#13)

Update README.
This commit is contained in:
Xinjie 2025-06-13 20:14:52 +08:00 committed by GitHub
parent 6f50342dd4
commit 63ced5fb4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 0 deletions

View File

@ -52,6 +52,8 @@ You can choose between two backends for the GPT agent:
[![🤗 Hugging Face](https://img.shields.io/badge/🤗-Image_to_3D_Demo-blue)](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Image-to-3D) Generate physically plausible 3D asset from input image. [![🤗 Hugging Face](https://img.shields.io/badge/🤗-Image_to_3D_Demo-blue)](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Image-to-3D) Generate physically plausible 3D asset from input image.
<img src="apps/assets/image_to_3d.jpg" alt="Image to 3D" width="900">
### Service ### Service
Run the image-to-3D generation service locally. The first run will download required models. Run the image-to-3D generation service locally. The first run will download required models.
@ -80,6 +82,8 @@ python3 embodied_gen/scripts/imageto3d.py \
[![🤗 Hugging Face](https://img.shields.io/badge/🤗-Text_to_3D_Demo-blue)](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Text-to-3D) Create 3D assets from text descriptions for a wide range of geometry and styles. [![🤗 Hugging Face](https://img.shields.io/badge/🤗-Text_to_3D_Demo-blue)](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Text-to-3D) Create 3D assets from text descriptions for a wide range of geometry and styles.
<img src="apps/assets/text_to_3d.jpg" alt="Text to 3D" width="900">
### Service ### Service
Run the text-to-3D generation service locally. Run the text-to-3D generation service locally.
@ -102,6 +106,9 @@ bash embodied_gen/scripts/textto3d.sh \
[![🤗 Hugging Face](https://img.shields.io/badge/🤗-Texture_Gen_Demo-blue)](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Texture-Gen) Generate visually rich textures for 3D mesh. [![🤗 Hugging Face](https://img.shields.io/badge/🤗-Texture_Gen_Demo-blue)](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Texture-Gen) Generate visually rich textures for 3D mesh.
<img src="apps/assets/texture_gen.jpg" alt="Texture Gen" width="900">
### Service ### Service
Run the texture generation service locally. Run the texture generation service locally.
@ -125,6 +132,8 @@ bash embodied_gen/scripts/texture_gen.sh \
🚧 *Coming Soon* 🚧 *Coming Soon*
<img src="apps/assets/scene3d.gif" alt="scene3d" style="width: 650px;">
--- ---
@ -132,6 +141,9 @@ bash embodied_gen/scripts/texture_gen.sh \
🚧 *Coming Soon* 🚧 *Coming Soon*
<img src="apps/assets/articulate.gif" alt="articulate" style="width: 550px;">
--- ---

BIN
apps/assets/articulate.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

BIN
apps/assets/image_to_3d.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
apps/assets/scene3d.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
apps/assets/text_to_3d.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
apps/assets/texture_gen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB