Datasets:
Fix centering of the header block and pair the setup figures
Browse filesThe header opened a centered div and then left a blank line, which closes the
raw HTML block, so the title and subtitle were parsed as top-level markdown and
rendered flush left. Rewrite the block as HTML with no blank lines, and place
the two capture-setup figures in a table so they sit side by side with captions.
Switch the citation to an arXiv entry with a placeholder identifier.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -117,27 +117,30 @@ extra_gated_button_content: Submit access request
|
|
| 117 |
---
|
| 118 |
|
| 119 |
<div align="center">
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
<
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
|
|
|
|
|
|
|
|
|
| 141 |
</div>
|
| 142 |
|
| 143 |
## Dataset Description
|
|
@@ -275,10 +278,16 @@ part of the capture pipeline.
|
|
| 275 |
| ACE-Sense-Glove Lite | Contact pressure | full-palm pressure map, both hands |
|
| 276 |
| GoPro / ACE-Ego-Head | Audio | contact events, appliance operation, ambient scene sound |
|
| 277 |
|
| 278 |
-
<
|
| 279 |
-
<
|
| 280 |
-
<img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/setup-ace-
|
| 281 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
|
| 283 |
### Capture Protocol
|
| 284 |
|
|
@@ -477,20 +486,23 @@ access.
|
|
| 477 |
|
| 478 |
## Citation
|
| 479 |
|
| 480 |
-
|
| 481 |
|
| 482 |
```bibtex
|
| 483 |
-
@
|
| 484 |
-
title
|
| 485 |
-
author
|
| 486 |
-
|
| 487 |
-
|
| 488 |
-
|
| 489 |
-
|
| 490 |
-
|
| 491 |
}
|
| 492 |
```
|
| 493 |
|
|
|
|
|
|
|
|
|
|
| 494 |
## Contact
|
| 495 |
|
| 496 |
For project updates, visit the [ACE-Data-0 blog](https://ace-data-engine.github.io/ACE-Data-0/),
|
|
|
|
| 117 |
---
|
| 118 |
|
| 119 |
<div align="center">
|
| 120 |
+
<h1>ACE-Data-0</h1>
|
| 121 |
+
<h3>Human-Centric Ambient Capture as Embodied Data Engine</h3>
|
| 122 |
+
<p>
|
| 123 |
+
<b>S-Lab, Nanyang Technological University, Singapore</b>
|
| 124 |
+
·
|
| 125 |
+
<b>ACE Robotics</b>
|
| 126 |
+
</p>
|
| 127 |
+
<p>
|
| 128 |
+
<a href="https://ace-data-engine.github.io/ACE-Data-0/"><img src="https://img.shields.io/badge/Blog-ACE--Data--0-0054A6?logo=googlechrome&logoColor=white" alt="Blog"></a>
|
| 129 |
+
<img src="https://img.shields.io/badge/Technical_Report-Coming_Soon-6B7280" alt="Technical report coming soon">
|
| 130 |
+
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Research_Only-A33B20" alt="Research-only license"></a>
|
| 131 |
+
<img src="https://img.shields.io/badge/Data_Files-Coming_Soon-6B7280" alt="Data files coming soon">
|
| 132 |
+
</p>
|
| 133 |
+
<p>
|
| 134 |
+
<img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/data-teaser.webp" width="100%" alt="ACE-Data-0 teaser: table-scale and room-scale ambient capture with synchronized multi-modal streams">
|
| 135 |
+
</p>
|
| 136 |
+
<p>
|
| 137 |
+
<b>ACE transforms real home environments into spatially calibrated, temporally synchronized recording studios for embodied AI.</b>
|
| 138 |
+
</p>
|
| 139 |
+
<p>
|
| 140 |
+
▶ <a href="https://ace-data-engine.github.io/ACE-Data-0/assets/videos/teaser-video.mp4">Watch the demo video</a>
|
| 141 |
+
·
|
| 142 |
+
<a href="https://ace-data-engine.github.io/ACE-Data-0/">Read the full story on the blog</a>
|
| 143 |
+
</p>
|
| 144 |
</div>
|
| 145 |
|
| 146 |
## Dataset Description
|
|
|
|
| 278 |
| ACE-Sense-Glove Lite | Contact pressure | full-palm pressure map, both hands |
|
| 279 |
| GoPro / ACE-Ego-Head | Audio | contact events, appliance operation, ambient scene sound |
|
| 280 |
|
| 281 |
+
<table align="center" width="100%">
|
| 282 |
+
<tr>
|
| 283 |
+
<td width="50%" align="center"><img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/setup-ace-t.webp" width="100%" alt="Table-scale configuration"></td>
|
| 284 |
+
<td width="50%" align="center"><img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/setup-ace-r.webp" width="100%" alt="Room-scale configuration"></td>
|
| 285 |
+
</tr>
|
| 286 |
+
<tr>
|
| 287 |
+
<td align="center"><sub><b>Table-scale configuration</b></sub></td>
|
| 288 |
+
<td align="center"><sub><b>Room-scale configuration</b></sub></td>
|
| 289 |
+
</tr>
|
| 290 |
+
</table>
|
| 291 |
|
| 292 |
### Capture Protocol
|
| 293 |
|
|
|
|
| 486 |
|
| 487 |
## Citation
|
| 488 |
|
| 489 |
+
If you use ACE-Data-0 in your research, please cite:
|
| 490 |
|
| 491 |
```bibtex
|
| 492 |
+
@article{cao2026acedata0,
|
| 493 |
+
title = {ACE-Data-0: Human-Centric Ambient Capture as Embodied Data Engine},
|
| 494 |
+
author = {Cao, Yukang and Xie, Haozhe and Wen, Beichen and Yao, Runmao and
|
| 495 |
+
Liu, Yinghao and Huang, Yue and Liao, Zhichao and Wang, Yunxiang and
|
| 496 |
+
Liu, Haiheng and Tian, Xingshun and Su, Dawei and Zhuo, Long and
|
| 497 |
+
Tao, Dacheng and Wang, Xiaogang and Pan, Liang and Liu, Ziwei},
|
| 498 |
+
journal = {arXiv preprint arXiv:2607.00000},
|
| 499 |
+
year = {2026}
|
| 500 |
}
|
| 501 |
```
|
| 502 |
|
| 503 |
+
The arXiv identifier above is a placeholder and will be replaced when the technical report is
|
| 504 |
+
posted.
|
| 505 |
+
|
| 506 |
## Contact
|
| 507 |
|
| 508 |
For project updates, visit the [ACE-Data-0 blog](https://ace-data-engine.github.io/ACE-Data-0/),
|