hzxie Claude Opus 5 (1M context) commited on
Commit
570baf8
·
unverified ·
1 Parent(s): 0d2a94d

Fix centering of the header block and pair the setup figures

Browse files

The 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>

Files changed (1) hide show
  1. README.md +46 -34
README.md CHANGED
@@ -117,27 +117,30 @@ extra_gated_button_content: Submit access request
117
  ---
118
 
119
  <div align="center">
120
-
121
- # ACE-Data-0
122
-
123
- ## Human-Centric Ambient Capture as Embodied Data Engine
124
-
125
- **S-Lab, Nanyang Technological University, Singapore** &nbsp;·&nbsp; **ACE Robotics**
126
-
127
- [![Blog](https://img.shields.io/badge/Blog-ACE--Data--0-0054A6?logo=googlechrome&logoColor=white)](https://ace-data-engine.github.io/ACE-Data-0/)
128
- ![Technical Report](https://img.shields.io/badge/Technical_Report-Coming_Soon-6B7280)
129
- [![License](https://img.shields.io/badge/License-Research_Only-A33B20)](./LICENSE)
130
- ![Release](https://img.shields.io/badge/Data_Files-Coming_Soon-6B7280)
131
-
132
- <img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/data-teaser.webp" alt="ACE-Data-0 teaser: table-scale and room-scale ambient capture with synchronized multi-modal streams">
133
-
134
- **ACE transforms real home environments into spatially calibrated, temporally synchronized
135
- recording studios for embodied AI.**
136
-
137
- [Watch the demo video](https://ace-data-engine.github.io/ACE-Data-0/assets/videos/teaser-video.mp4)
138
- &nbsp;·&nbsp;
139
- [Read the full story on the blog](https://ace-data-engine.github.io/ACE-Data-0/)
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
- <div align="center">
279
- <img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/setup-ace-t.webp" alt="Table-scale configuration" width="45%">
280
- <img src="https://ace-data-engine.github.io/ACE-Data-0/assets/images/setup-ace-r.webp" alt="Room-scale configuration" width="45%">
281
- </div>
 
 
 
 
 
 
282
 
283
  ### Capture Protocol
284
 
@@ -477,20 +486,23 @@ access.
477
 
478
  ## Citation
479
 
480
- The technical report is in preparation. In the meantime, please cite:
481
 
482
  ```bibtex
483
- @misc{cao2026acedata0,
484
- title = {ACE-Data-0: Human-Centric Ambient Capture as Embodied Data Engine},
485
- author = {Cao, Yukang and Xie, Haozhe and Wen, Beichen and Yao, Runmao and
486
- Liu, Yinghao and Huang, Yue and Liao, Zhichao and Wang, Yunxiang and
487
- Liu, Haiheng and Tian, Xingshun and Su, Dawei and Zhuo, Long and
488
- Tao, Dacheng and Wang, Xiaogang and Pan, Liang and Liu, Ziwei},
489
- year = {2026},
490
- howpublished = {\url{https://ace-data-engine.github.io/ACE-Data-0/}}
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
+ &nbsp;·&nbsp;
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&amp;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
+ &nbsp;·&nbsp;
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/),