parent
c2d4b506ae
commit
6f50342dd4
13
README.md
13
README.md
@ -1,7 +1,7 @@
|
||||
# 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)
|
||||
[](https://www.youtube.com/watch?v=SnHhzHeb_aI)
|
||||
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Image-to-3D)
|
||||
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Text-to-3D)
|
||||
@ -29,6 +29,7 @@
|
||||
```sh
|
||||
git clone https://github.com/HorizonRobotics/EmbodiedGen.git
|
||||
cd EmbodiedGen
|
||||
git checkout v0.1.0
|
||||
git submodule update --init --recursive --progress
|
||||
conda create -n embodiedgen python=3.10.13 -y
|
||||
conda activate embodiedgen
|
||||
@ -145,7 +146,15 @@ bash embodied_gen/scripts/texture_gen.sh \
|
||||
If you use EmbodiedGen in your research or projects, please cite:
|
||||
|
||||
```bibtex
|
||||
Coming Soon
|
||||
@misc{xinjie2025embodiedgengenerative3dworld,
|
||||
title={EmbodiedGen: Towards a Generative 3D World Engine for Embodied Intelligence},
|
||||
author={Wang Xinjie and Liu Liu and Cao Yu and Wu Ruiqi and Qin Wenkang and Wang Dehui and Sui Wei and Su Zhizhong},
|
||||
year={2025},
|
||||
eprint={2506.10600},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.RO},
|
||||
url={https://arxiv.org/abs/2506.10600},
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@ -48,7 +48,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
|
||||
<a href="https://horizonrobotics.github.io/robot_lab/embodied_gen/index.html">
|
||||
<img alt="🌐 Project Page" src="https://img.shields.io/badge/🌐-Project_Page-blue">
|
||||
</a>
|
||||
<a href="https://arxiv.org/abs/xxxx.xxxxx">
|
||||
<a href="https://arxiv.org/abs/2506.10600">
|
||||
<img alt="📄 arXiv" src="https://img.shields.io/badge/📄-arXiv-b31b1b">
|
||||
</a>
|
||||
<a href="https://github.com/HorizonRobotics/EmbodiedGen">
|
||||
|
||||
@ -48,7 +48,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
|
||||
<a href="https://horizonrobotics.github.io/robot_lab/embodied_gen/index.html">
|
||||
<img alt="🌐 Project Page" src="https://img.shields.io/badge/🌐-Project_Page-blue">
|
||||
</a>
|
||||
<a href="https://arxiv.org/abs/xxxx.xxxxx">
|
||||
<a href="https://arxiv.org/abs/2506.10600">
|
||||
<img alt="📄 arXiv" src="https://img.shields.io/badge/📄-arXiv-b31b1b">
|
||||
</a>
|
||||
<a href="https://github.com/HorizonRobotics/EmbodiedGen">
|
||||
|
||||
@ -58,7 +58,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
|
||||
<a href="https://horizonrobotics.github.io/robot_lab/embodied_gen/index.html">
|
||||
<img alt="🌐 Project Page" src="https://img.shields.io/badge/🌐-Project_Page-blue">
|
||||
</a>
|
||||
<a href="https://arxiv.org/abs/xxxx.xxxxx">
|
||||
<a href="https://arxiv.org/abs/2506.10600">
|
||||
<img alt="📄 arXiv" src="https://img.shields.io/badge/📄-arXiv-b31b1b">
|
||||
</a>
|
||||
<a href="https://github.com/HorizonRobotics/EmbodiedGen">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user