Skip to content

Commit 2865f01

Browse files
committed
add more visualization resualts
1 parent f51ad64 commit 2865f01

File tree

3 files changed

+60
-5
lines changed

3 files changed

+60
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ dataset
3737

3838
# running scripts
3939
scripts_dev/*
40+
41+
.DS_Store

README.md

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
[![ModelScope](https://img.shields.io/badge/modelscope-624AFF?style=for-the-badge&logo=modelscope&logoColor=white)](https://modelscope.cn/datasets/OpenDriveLab/SimScale)
1414
[![License](https://img.shields.io/badge/Apache--2.0-019B8F?style=for-the-badge&logo=apache)](https://github.com/OpenDriveLab/SimScale/blob/main/LICENSE)
1515

16-
1716
</div>
17+
1818
<div id="top" align="center">
1919
<p align="center">
2020
<img src="assets/teaser.png" >
@@ -59,7 +59,7 @@
5959

6060

6161
## 📋 TODO List
62-
- [ ] More Visualization Results.
62+
- [x] More Visualization Results.
6363
- [x] Future Sensors Data.
6464
- [x] Sim-Real Co-training Code release (Jan. 2026).
6565
- [x] Simulation Data release (Dec. 2025).
@@ -204,7 +204,7 @@ Our released simulation data is based on [nuPlan](https://www.nuscenes.org/nupla
204204

205205
### 1. Download Dataset
206206

207-
We provide 🤗 [Script (Hugging Face)](./tools/download_hf.sh) and 👾 [Script (ModelScope)](./tools/download_ms.sh) (users in China) for downloading the simulation data .
207+
We provide 🤗 [Script (Hugging Face)](./tools/download_hf.sh) and 👾 [Script (ModelScope)](./tools/download_ms) (users in China) for downloading the simulation data .
208208

209209
Our simulation data format follows that of [OpenScene](https://github.com/OpenDriveLab/OpenScene/blob/main/docs/getting_started.md#download-data), with each clip/log has a fixed temporal horizon of 6 seconds at 2 Hz (2 s history + 4 s future), which are stored separately in `sensor_blobs_hist` and `sensor_blobs_fut`, respectively.
210210
**For policy training, `sensor_blobs_hist` alone is sufficient.**
@@ -337,10 +337,64 @@ Our simulation data format follows that of [OpenScene](https://github.com/OpenDr
337337

338338
</table>
339339

340-
341340
> [!TIP]
342341
> Before downloading, we recommend checking the table above to select the appropriate split and `sensor_blobs`.
343342
343+
#### 🏭 Simulation Data Pipeline
344+
345+
<div id="top" align="center">
346+
<p align="center">
347+
<img src="assets/pipeline.png" >
348+
</p>
349+
</div>
350+
351+
#### 🧩 Examples of Simulated Synthetic Data
352+
353+
<table align="center">
354+
<tr>
355+
<td align="center">
356+
<p>5c9694f15f9c5537</p>
357+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/5c9694f15f9c5537.png" />
358+
</td>
359+
<td align="center">
360+
<p>367cfa28901257ee</p>
361+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee.png"/>
362+
</td>
363+
<td align="center">
364+
<p>d37c49db3dcd59fa</p>
365+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/d37c49db3dcd59fa.png"/>
366+
</td>
367+
</tr>
368+
<tr>
369+
<td align="center">
370+
<p>Sim. 1</p>
371+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee-sim1.gif" /><br/>
372+
<p>Sim. 2</p>
373+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee-sim2.gif" /><br/>
374+
<p>Sim. 3</p>
375+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee-sim3.gif" />
376+
</td>
377+
<td align="center">
378+
<p>Sim. 1</p>
379+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee-sim1.gif" /><br/>
380+
<p>Sim. 2</p>
381+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee-sim2.gif" /><br/>
382+
<p>Sim. 3</p>
383+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/367cfa28901257ee-sim3.gif"/>
384+
</td>
385+
<td align="center">
386+
<p>Sim. 1</p>
387+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/d37c49db3dcd59fa-sim1.gif" /><br/>
388+
<p>Sim. 2</p>
389+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/d37c49db3dcd59fa-sim2.gif" /><br/>
390+
<p>Sim. 3</p>
391+
<img src="https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/SimScale/github/d37c49db3dcd59fa-sim3.gif" />
392+
</td>
393+
</tr>
394+
</table>
395+
396+
397+
344398
### 2. Set Up Configuration
345399
We provide a [Script](./tools/move.sh) for moving the download simulation data to create the following structure.
346400

@@ -453,4 +507,3 @@ If any parts of our paper and code help your research, please consider citing us
453507
year={2025}
454508
}
455509
```
456-

assets/pipeline.png

858 KB
Loading

0 commit comments

Comments
 (0)