You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[AlgEngine - End-to-End Model Training \& Fine-Tuning](#algengine---end-to-end-model-training--fine-tuning)
42
42
-[RenderEngine - Multi-Traversal Scene Reconstruction](#renderengine---multi-traversal-scene-reconstruction)
43
-
-[FAQ](#faq)
44
43
-[Citation](#citation)
45
44
-[Contributing](#contributing)
46
45
-[License](#license)
@@ -57,10 +56,8 @@
57
56
58
57
59
58
## News
60
-
61
-
-**[2026/04/08]** Official code repository established. Data publication under preparation.
62
59
-**[2026/04/09]** Official dataset released. See [OpenDriveLab/WorldEngine](https://huggingface.co/datasets/OpenDriveLab/WorldEngine) or [OpenDriveLab/WorldEngine (ModelScope)](https://www.modelscope.cn/datasets/OpenDriveLab/WorldEngine)
63
-
60
+
-**[2026/04/10]** Official code repository established.
64
61
65
62
66
63
## Benchmark
@@ -136,11 +133,10 @@ WorldEngine consists of two tightly coupled subsystems:
136
133
-[x] Multi-GPU distributed simulation and training
137
134
-[x] Rare case extraction and fine-tuning pipeline
-**For training only:** Install `algengine` environment
237
-
-**For complete pipeline:** Install both environments
238
-
239
-
The two environments are needed because SimEngine requires Python 3.9 (for tiny-cuda-nn) while AlgEngine requires Python 3.8 (for MMCV 1.6.2).
240
-
</details>
241
-
242
-
<details>
243
-
<summary><b>Q2: Where can I download the data and models?</b></summary>
244
-
245
-
**A:** Datasets and pre-trained models will be available on:
246
-
-**Hugging Face:**`OpenDriveLab/WorldEngine-Data` and `OpenDriveLab/WorldEngine-Models` (URLs coming soon)
247
-
-**ModelScope:** For users in China (URLs coming soon)
248
-
249
-
Check our [News section](#news) for download links when available.
250
-
</details>
251
-
252
-
<details>
253
-
<summary><b>Q3: What's the difference between NR and R modes?</b></summary>
254
-
255
-
**A:** These are reactive modes for other agents in simulation:
256
-
-**NR (Non-Reactive):** Other agents replay their logged trajectories (default, easier)
257
-
-**R (Reactive):** Other agents use IDM policy to react to ego vehicle (harder, more realistic)
258
-
259
-
Use NR for initial testing, R for robustness evaluation.
260
-
</details>
261
-
262
-
<details>
263
-
<summary><b>Q4: How do I report bugs or request features?</b></summary>
264
-
265
-
**A:**
266
-
-**Bugs:** Open an [Issue](https://github.com/OpenDriveLab/WorldEngine/issues)
267
-
-**Features:** Start a [Discussion](https://github.com/OpenDriveLab/WorldEngine/discussions)
268
-
-**Questions:** Check [documentation](docs/) first, then ask in Discussions
269
-
270
-
</details>
271
-
272
-
273
225
## Citation
274
226
275
227
If any parts of our work help your research, please consider citing us and giving a star to our repository:
@@ -288,14 +240,30 @@ If you use the Render Assets (MTGS), please also cite:
288
240
year={2025}
289
241
}
290
242
```
243
+
If you use the augmented scenarios data, please cite as well:
244
+
```bibtex
245
+
@inproceedings{zhou2025nexus,
246
+
title={Decoupled Diffusion Sparks Adaptive Scene Generation},
247
+
author={Zhou, Yunsong and Ye, Naisheng and Ljungbergh, William and Li, Tianyu and Yang, Jiazhi and Yang, Zetong and Zhu, Hongzi and Petersson, Christoffer and Li, Hongyang},
248
+
booktitle={ICCV},
249
+
year={2025}
250
+
}
251
+
```
252
+
```bibtex
253
+
@article{li2025optimization,
254
+
title={Optimization-Guided Diffusion for Interactive Scene Generation},
255
+
author={Li, Shihao and Ye, Naisheng and Li, Tianyu and Chitta, Kashyap and An, Tuo and Su, Peng and Wang, Boyang and Liu, Haiou and Lv, Chen and Li, Hongyang},
256
+
journal={arXiv preprint arXiv:2512.07661},
257
+
year={2025}
258
+
}
259
+
```
291
260
292
261
293
262
## Contributing
294
263
295
264
We welcome contributions from the community! Whether you want to:
296
265
297
266
-**Report bugs** - Open an [Issue](https://github.com/OpenDriveLab/WorldEngine/issues)
298
-
-**Suggest features** - Start a [Discussion](https://github.com/OpenDriveLab/WorldEngine/discussions)
299
267
-**Improve documentation** - Submit a [Pull Request](https://github.com/OpenDriveLab/WorldEngine/pulls)
300
268
-**Contribute code** - Fork, develop, and submit a PR
|[](https://github.com/open-mmlab/mmdetection3d)| 3D detection framework |
Copy file name to clipboardExpand all lines: docs/data_organization.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ WorldEngine/
21
21
22
22
## Data Download
23
23
24
-
We provide pre-processed datasets and model checkpoints via **ModelScope** and **Hugging Face**.
24
+
We provide pre-processed datasets and model checkpoints via **[ModelScope](https://www.modelscope.cn/datasets/OpenDriveLab/WorldEngine)** and **Hugging Face[https://huggingface.co/datasets/OpenDriveLab/WorldEngine]**.
25
25
26
26
### Option 1: Download from ModelScope (Recommended for Users in China)
0 commit comments