update README
This commit is contained in:
25
README.md
25
README.md
@@ -1,9 +1,11 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# InternDataEngine: A simulation-based data generation engine designed for robotic learning.
|
# InternDataEngine: A simulation-based data generation engine designed for robotic learning.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
[](https://arxiv.org/abs/2511.16651)
|
[](https://arxiv.org/abs/2511.16651)
|
||||||
[](https://arxiv.org/abs/2601.21449)
|
[](https://arxiv.org/abs/2601.21449)
|
||||||
[](https://arxiv.org/abs/2510.13778)
|
[](https://arxiv.org/abs/2510.13778)
|
||||||
@@ -11,16 +13,21 @@
|
|||||||
[](https://huggingface.co/datasets/InternRobotics/InternData-M1)
|
[](https://huggingface.co/datasets/InternRobotics/InternData-M1)
|
||||||
[](#)
|
[](#)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## 💻 About
|
## 💻 About
|
||||||
|
|
||||||
InternDataEngine is a data-centric engine for embodied AI that powers large-scale model training and iteration.
|
<div align="center">
|
||||||
Built on NVIDIA Isaac Sim, it unifies high-fidelity physical interaction from InternData-A1, semantic task and scene generation from InternData-M1, and high-throughput scheduling from the Nimbus framework to deliver realistic, task-aligned, and massively scalable robotic manipulation data.
|
<img src="./docs/images/intern_data_engine.jpeg" alt="InternDataEngine Overview" width="80%">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
InternDataEngine is a synthetic data generation engine for embodied AI that powers large-scale model training and iteration. Built on NVIDIA Isaac Sim, it unifies high-fidelity physical interaction from InternData-A1, semantic task and scene generation from InternData-M1, and high-throughput scheduling from the Nimbus framework to deliver realistic, task-aligned, and massively scalable robotic manipulation data.
|
||||||
|
|
||||||
- **More realistic physical interaction**: Unified simulation of rigid, articulated, deformable, and fluid objects across single-arm, dual-arm, and humanoid robots, enabling long-horizon, skill-composed manipulation that better supports sim-to-real transfer.
|
- **More realistic physical interaction**: Unified simulation of rigid, articulated, deformable, and fluid objects across single-arm, dual-arm, and humanoid robots, enabling long-horizon, skill-composed manipulation that better supports sim-to-real transfer.
|
||||||
- **More task-aligned data generation**: LLM-driven task and instruction generation with task-oriented scene graphs (ToSG), producing structured scenes and rich multi-modal annotations (boxes, keypoints, trajectories) for complex instruction-following and spatial reasoning.
|
- **More task-aligned data generation**: LLM-driven task and instruction generation with task-oriented scene graphs (ToSG), producing structured scenes and rich multi-modal annotations (boxes, keypoints, trajectories) for complex instruction-following and spatial reasoning.
|
||||||
- **More efficient large-scale production**: Nimbus-powered asynchronous pipelines that decouple planning, rendering, and storage, achieving 2–3× end-to-end throughput, cluster-level load balancing and fault tolerance for billion-scale data generation.
|
- **More efficient large-scale production**: Nimbus-powered asynchronous pipelines that decouple planning, rendering, and storage, achieving 2–3× end-to-end throughput, cluster-level load balancing and fault tolerance for billion-scale data generation.
|
||||||
|
|
||||||
## 🔥 Latest News
|
## 🔥 Latest News
|
||||||
|
|
||||||
- **[2026/03]** We release the InternDataEngine codebase, which includes the core modules: InternData-A1, Nimbus, and InternData-M1.
|
- **[2026/03]** We release the InternDataEngine codebase, which includes the core modules: InternData-A1, Nimbus, and InternData-M1.
|
||||||
|
|
||||||
@@ -55,3 +62,13 @@ All the code within this repo are under [CC BY-NC-SA 4.0](https://creativecommon
|
|||||||
year={2025}
|
year={2025}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!--
|
||||||
|
```BibTeX
|
||||||
|
@misc{interndataengine2026,
|
||||||
|
title={InternDataEngine: A Synthetic Data Generation Engine for Robotic Learning},
|
||||||
|
author={InternDataEngine Contributors},
|
||||||
|
year={2026},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
``` -->
|
||||||
|
|||||||
BIN
docs/images/intern_data_engine.jpeg
Normal file
BIN
docs/images/intern_data_engine.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 978 KiB |
Reference in New Issue
Block a user