diff --git a/README.md b/README.md
index 4cdf98d..08564ed 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# EmbodiedGen: Towards a Generative 3D World Engine for Embodied Intelligence
+# *EmbodiedGen*: Towards a Generative 3D World Engine for Embodied Intelligence
[](https://horizonrobotics.github.io/robot_lab/embodied_gen/index.html)
[](https://arxiv.org/abs/2506.10600)
@@ -8,8 +8,8 @@
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Texture-Gen)
-**EmbodiedGen** is a toolkit to generate diverse and interactive 3D worlds composed of generative 3D assets with plausible physics, leveraging generative AI to address the challenges of generalization in embodied intelligence related research. EmbodiedGen composed of six key modules: `Image-to-3D`, `Text-to-3D`, `Texture Generation`, `Articulated Object Generation`, `Scene Generation` and `Layout Generation`.
-
+> ***EmbodiedGen*** is a generative engine to create diverse and interactive 3D worlds composed of high-quality 3D assets(mesh & 3DGS) with plausible physics, leveraging generative AI to address the challenges of generalization in embodied intelligence related research.
+> It composed of six key modules: `Image-to-3D`, `Text-to-3D`, `Texture Generation`, `Articulated Object Generation`, `Scene Generation` and `Layout Generation`.
@@ -21,7 +21,7 @@
- [🎨 Texture Generation](#texture-generation)
- [🌍 3D Scene Generation](#3d-scene-generation)
- [⚙️ Articulated Object Generation](#articulated-object-generation)
-- [🏞️ Layout Generation](#layout-generation)
+- [🏞️ Layout(Interactive 3D Worlds) Generation](#layout-generation)
## 🚀 Quick Start
@@ -36,7 +36,7 @@ conda activate embodiedgen
bash install.sh
```
-### 🟢 Setup GPT Agent
+### ✅ Setup GPT Agent
Update the API key in file: `embodied_gen/utils/gpt_config.yaml`.
@@ -50,13 +50,13 @@ You can choose between two backends for the GPT agent:
-### Service
-Run the image-to-3D generation service locally. The first run will download required models.
-
+### ☁️ Service
+Run the image-to-3D generation service locally.
+Models downloaded automatically on first run, please be patient.
```sh
# Run in foreground
python apps/image_to_3d.py
@@ -64,13 +64,12 @@ python apps/image_to_3d.py
CUDA_VISIBLE_DEVICES=0 nohup python apps/image_to_3d.py > /dev/null 2>&1 &
```
-### API
-Generate a 3D model from an image using the command-line API.
-Models will be downloaded automatically, please wait for the first run.
+### ⚡ API
+Generate physically plausible 3D assets from image input via the command-line API.
```sh
python3 embodied_gen/scripts/imageto3d.py \
--image_path apps/assets/example_image/sample_04.jpg apps/assets/example_image/sample_19.jpg \
- --output_root outputs/imageto3d/
+ --output_root outputs/imageto3d
# See result(.urdf/mesh.obj/mesh.glb/gs.ply) in ${output_root}/sample_xx/result
```
@@ -84,19 +83,21 @@ python3 embodied_gen/scripts/imageto3d.py \
-### Service
-Run the text-to-3D generation service locally.
+### ☁️ Service
+Deploy the text-to-3D generation service locally.
+Text-to-image based on the Kolors model, supporting Chinese and English prompts.
+Models downloaded automatically on first run, see `download_kolors_weights`, please be patient.
```sh
python apps/text_to_3d.py
```
-### API
-Models will be downloaded automatically, see `download_kolors_weights`.
+### ⚡ API
+Text-to-image based on the Kolors model.
```sh
bash embodied_gen/scripts/textto3d.sh \
--prompts "small bronze figurine of a lion" "A globe with wooden base and latitude and longitude lines" "橙色电动手钻,有磨损细节" \
- --output_root outputs/textto3d/
+ --output_root outputs/textto3d
```
---
@@ -109,15 +110,14 @@ bash embodied_gen/scripts/textto3d.sh \
-### Service
+### ☁️ Service
Run the texture generation service locally.
-
+Models downloaded automatically on first run, see `download_kolors_weights`, `geo_cond_mv`.
```sh
python apps/texture_edit.py
```
-### API
-Models will be downloaded automatically, see `download_kolors_weights`, `geo_cond_mv`.
+### ⚡ API
```sh
bash embodied_gen/scripts/texture_gen.sh \
--mesh_path "apps/assets/example_texture/meshes/robot_text.obj" \
@@ -147,7 +147,25 @@ bash embodied_gen/scripts/texture_gen.sh \
---
-![]() |
+ ![]() |
+
![]() |
+ ![]() |
+