MickeyLLG commited on
Commit
061ef3c
·
verified ·
1 Parent(s): b86c2c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -196,3 +196,18 @@ please refer to the **dataloader implementation** in our GitHub repository:
196
  * Video–language multimodal modeling
197
  * Temporal reasoning with 3D human hands
198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  * Video–language multimodal modeling
197
  * Temporal reasoning with 3D human hands
198
 
199
+ ---
200
+
201
+ ## 📚 Citation
202
+
203
+ If you use this dataset or find it helpful in your research, please cite:
204
+
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
+