MickeyLLG nielsr HF Staff commited on
Commit
2fdd0d5
·
1 Parent(s): 061ef3c

Add robotics task category and paper link (#3)

Browse files

- Add robotics task category and paper link (d2ee2949b187279b4ace3bcaf575fb67feb36937)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: uid
@@ -61,12 +69,6 @@ configs:
61
  path: EgoHaFL_train.csv
62
  - split: test
63
  path: EgoHaFL_test.csv
64
- license: mit
65
- language:
66
- - en
67
- pretty_name: EgoHaFL:Egocentric 3D Hand Forecasting Dataset with Language Instruction
68
- size_categories:
69
- - 200K<n<300K
70
  tags:
71
  - embodied-ai
72
  - robotic
@@ -79,12 +81,14 @@ tags:
79
  # **EgoHaFL: Egocentric 3D Hand Forecasting Dataset with Language Instruction**
80
 
81
  **EgoHaFL** is a dataset designed for **egocentric (first-person) 3D hand forecasting** with accompanying **natural language instructions**.
82
- It contains short video clips, text descriptions, camera intrinsics, and detailed MANO-based 3D hand annotations.
 
 
83
  The dataset supports research in **3D hand forecasting**, **hand pose estimation**, **hand–object interaction understanding**, and **video–language modeling**.
84
 
85
  ![Demo GIF](EgoHaFL.gif)
86
 
87
- [![Paper](https://img.shields.io/badge/Paper-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/pdf/2511.18127)
88
  [![Model](https://img.shields.io/badge/Model-FF6D00?style=for-the-badge\&logo=huggingface\&logoColor=ffffff)](https://huggingface.co/ut-vision/SFHand)
89
  [![GitHub](https://img.shields.io/badge/GitHub-000000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ut-vision/SFHand)
90
 
@@ -205,9 +209,8 @@ If you use this dataset or find it helpful in your research, please cite:
205
  ```latex
206
  @article{liu2025sfhand,
207
  title={SFHand: A Streaming Framework for Language-guided 3D Hand Forecasting and Embodied Manipulation},
208
- author={Liu, Ruicong and Huang, Yifei and Ouyang, Liangyang and Kang, Caixin and and Sato, Yoichi},
209
  journal={arXiv preprint arXiv:2511.18127},
210
  year={2025}
211
  }
212
- ```
213
-
 
1
  ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ size_categories:
6
+ - 200K<n<300K
7
+ task_categories:
8
+ - robotics
9
+ pretty_name: "EgoHaFL: Egocentric 3D Hand Forecasting Dataset with Language Instruction"
10
  dataset_info:
11
  features:
12
  - name: uid
 
69
  path: EgoHaFL_train.csv
70
  - split: test
71
  path: EgoHaFL_test.csv
 
 
 
 
 
 
72
  tags:
73
  - embodied-ai
74
  - robotic
 
81
  # **EgoHaFL: Egocentric 3D Hand Forecasting Dataset with Language Instruction**
82
 
83
  **EgoHaFL** is a dataset designed for **egocentric (first-person) 3D hand forecasting** with accompanying **natural language instructions**.
84
+ It was introduced in the paper [SFHand: Learning Embodied Manipulation by Streaming Egocentric 3D Hand Forecasting](https://huggingface.co/papers/2511.18127).
85
+
86
+ The dataset contains short video clips, text descriptions, camera intrinsics, and detailed MANO-based 3D hand annotations.
87
  The dataset supports research in **3D hand forecasting**, **hand pose estimation**, **hand–object interaction understanding**, and **video–language modeling**.
88
 
89
  ![Demo GIF](EgoHaFL.gif)
90
 
91
+ [![Paper](https://img.shields.io/badge/Paper-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://huggingface.co/papers/2511.18127)
92
  [![Model](https://img.shields.io/badge/Model-FF6D00?style=for-the-badge\&logo=huggingface\&logoColor=ffffff)](https://huggingface.co/ut-vision/SFHand)
93
  [![GitHub](https://img.shields.io/badge/GitHub-000000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ut-vision/SFHand)
94
 
 
209
  ```latex
210
  @article{liu2025sfhand,
211
  title={SFHand: A Streaming Framework for Language-guided 3D Hand Forecasting and Embodied Manipulation},
212
+ author={Liu, Ruicong and Huang, Yifei and Ouyang, Liangyang and Kang, Caixin and Sato, Yoichi},
213
  journal={arXiv preprint arXiv:2511.18127},
214
  year={2025}
215
  }
216
+ ```