Add dataset card with metadata, links, and usage instructions
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Re³Sim: Generating High-Fidelity Simulation Data via 3D-Photorealistic Real-to-Sim for Robotic Manipulation
|
| 8 |
+
|
| 9 |
+
[**Project Page**](http://xshenhan.github.io/Re3Sim/) | [**Paper**](https://huggingface.co/papers/2502.08645) | [**GitHub**](https://github.com/OpenRobotLab/Re3Sim)
|
| 10 |
+
|
| 11 |
+
This repository contains the simulation resources (align data, GS data, items, URDFs, and USDs) for **Re³Sim**, a 3D-photorealistic real-to-sim system designed to address geometric and visual sim-to-real gaps in robotic manipulation. Re³Sim utilizes advanced 3D reconstruction and neural rendering techniques (3D Gaussian Splatting) to faithfully recreate real-world scenarios, enabling real-time rendering of simulated cross-view cameras within a physics-based simulator.
|
| 12 |
+
|
| 13 |
+
## Structure and Usage
|
| 14 |
+
|
| 15 |
+
To use these resources inside the simulator, download them and place them in the following structure:
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
# in docker
|
| 19 |
+
/isaac-sim/
|
| 20 |
+
- src
|
| 21 |
+
- data/
|
| 22 |
+
- align/
|
| 23 |
+
- gs-data/
|
| 24 |
+
- items/
|
| 25 |
+
- urdfs/
|
| 26 |
+
- usd/
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
Please refer to the main [Re³Sim GitHub Repository](https://github.com/OpenRobotLab/Re3Sim) for installation, dataset collection, and policy training instructions.
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
If you find our work helpful, please cite:
|
| 34 |
+
|
| 35 |
+
```latex
|
| 36 |
+
@inproceedings{han2026re3sim,
|
| 37 |
+
title={RE$^3$SIM: Generating High-Fidelity Simulation Data via 3D-Photorealistic Real-to-Sim for Robotic Manipulation},
|
| 38 |
+
author={Han, Xiaoshen and Yu, Junqiu and Liu, Minghuan and Chen, Yilun and Lyu, Xiaoyang and Tian, Yang and Wang, Bolun and Zhang, Weinan and Zhang, Weinan and Pang, Jiangmiao},
|
| 39 |
+
booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
|
| 40 |
+
year={2026}
|
| 41 |
+
}
|
| 42 |
+
```
|