docs: update arxiv citation
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ A large-scale, tactile-reactive bimanual manipulation dataset, collected via tel
|
|
| 32 |
Dexmate Vega-1 robot with two Sharpa Wave dexterous hands. Stored as a
|
| 33 |
[LeRobotDataset v3.0](https://github.com/huggingface/lerobot).
|
| 34 |
|
| 35 |
-
[🌐 Project Page](https://tactile-rex.github.io/) · [💻 Code (T-Rex)](https://github.com/ZhuoyangLiu2005/T-Rex) · [🚀 Dataset Quickstart](https://github.com/ZhuoyangLiu2005/T-Rex/tree/main/dataset_quickstart) · [📓 Colab notebook](https://colab.research.google.com/github/ZhuoyangLiu2005/T-Rex/blob/main/dataset_quickstart/quickstart.ipynb)
|
| 36 |
|
| 37 |
<p align="center">
|
| 38 |
<img src="assets/dataset_overview.png" width="100%">
|
|
@@ -178,14 +178,16 @@ meta/stats.json global feature statistics
|
|
| 178 |
If you find the T-Rex Dataset useful, please cite:
|
| 179 |
|
| 180 |
```bibtex
|
| 181 |
-
@
|
| 182 |
-
title
|
| 183 |
-
author
|
| 184 |
-
|
| 185 |
-
|
|
|
|
|
|
|
|
|
|
| 186 |
}
|
| 187 |
```
|
| 188 |
-
<!-- TODO: replace title / authors / arXiv id with the real values before public release. -->
|
| 189 |
|
| 190 |
## License
|
| 191 |
|
|
|
|
| 32 |
Dexmate Vega-1 robot with two Sharpa Wave dexterous hands. Stored as a
|
| 33 |
[LeRobotDataset v3.0](https://github.com/huggingface/lerobot).
|
| 34 |
|
| 35 |
+
[🌐 Project Page](https://tactile-rex.github.io/) · [✍️ Paper (arXiv)](https://arxiv.org/abs/2606.17055) · [💻 Code (T-Rex)](https://github.com/ZhuoyangLiu2005/T-Rex) · [🚀 Dataset Quickstart](https://github.com/ZhuoyangLiu2005/T-Rex/tree/main/dataset_quickstart) · [📓 Colab notebook](https://colab.research.google.com/github/ZhuoyangLiu2005/T-Rex/blob/main/dataset_quickstart/quickstart.ipynb)
|
| 36 |
|
| 37 |
<p align="center">
|
| 38 |
<img src="assets/dataset_overview.png" width="100%">
|
|
|
|
| 178 |
If you find the T-Rex Dataset useful, please cite:
|
| 179 |
|
| 180 |
```bibtex
|
| 181 |
+
@misc{trex2026,
|
| 182 |
+
title={T-Rex: Tactile-Reactive Dexterous Manipulation},
|
| 183 |
+
author={Dantong Niu and Zhuoyang Liu and Zekai Wang and Boning Shao and Zhao-Heng Yin and Anirudh Pai and Yuvan Sharma and Stefano Saravalle and Ruijie Zheng and Jing Wang and Ryan Punamiya and Mengda Xu and Yuqi Xie and Yunfan Jiang and Letian Fu and Konstantinos Kallidromitis and Matteo Gioia and Junyi Zhang and Jiaxin Ge and Haiwen Feng and Fabio Galasso and Wei Zhan and David M. Chan and Yutong Bai and Roei Herzig and Jiahui Lei and Fei-Fei Li and Ken Goldberg and Jitendra Malik and Pieter Abbeel and Yuke Zhu and Danfei Xu and Jim Fan and Trevor Darrell},
|
| 184 |
+
year={2026},
|
| 185 |
+
eprint={2606.17055},
|
| 186 |
+
archivePrefix={arXiv},
|
| 187 |
+
primaryClass={cs.RO},
|
| 188 |
+
url={https://arxiv.org/abs/2606.17055},
|
| 189 |
}
|
| 190 |
```
|
|
|
|
| 191 |
|
| 192 |
## License
|
| 193 |
|