Octopus1 commited on
Commit
7147c67
·
verified ·
1 Parent(s): 5c1c18e

add arxiv link

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -14,7 +14,7 @@ language:
14
 
15
  **Code:** [github.com/OctopusWen/PaGE](https://github.com/OctopusWen/PaGE)  • 
16
  **Project page:** [page-26.github.io](https://page-26.github.io/)  • 
17
- **Paper:** [arXiv:XXXX.XXXXX](https://arxiv.org/abs/XXXX.XXXXX) • 
18
  **Demo:** [page-crossgaze-page.hf.space](https://page-crossgaze-page.hf.space/)
19
 
20
  PaGE (Practical Gaze Estimator) is a gaze target estimation model that predicts where a person
@@ -122,15 +122,14 @@ per-person head crops, and bboxes.
122
  ## BibTeX
123
 
124
  ```bibtex
125
- @misc{ye2026page,
126
- title = {{PaGE}: Towards Practical Human-Level Gaze Target Estimation},
127
- author = {Ye, Zhoutong and Zhang, Chengwen and Liu, Jiaqi and Li, Xiangwu and
128
- Wang, Xutong and Mei, Yu and Cui, Zhaibin and Sun, Mingze and
129
- Wan, Qingyang and Liu, Chang and Yu, Chun and Shi, Yuanchun},
130
- year = {2026},
131
- eprint = {XXXX.XXXXX},
132
- archivePrefix = {arXiv},
133
- primaryClass = {cs.CV}
134
  }
135
  ```
136
 
 
14
 
15
  **Code:** [github.com/OctopusWen/PaGE](https://github.com/OctopusWen/PaGE)  • 
16
  **Project page:** [page-26.github.io](https://page-26.github.io/)  • 
17
+ **Paper:** [arXiv:2607.04860](https://arxiv.org/abs/2607.04860) • 
18
  **Demo:** [page-crossgaze-page.hf.space](https://page-crossgaze-page.hf.space/)
19
 
20
  PaGE (Practical Gaze Estimator) is a gaze target estimation model that predicts where a person
 
122
  ## BibTeX
123
 
124
  ```bibtex
125
+ @misc{ye2026pagepracticalhumanlevelgaze,
126
+ title={PAGE: Towards Practical Human-level Gaze Target Estimation},
127
+ author={Zhoutong Ye and Chengwen Zhang and Zhaibin Cui and Mingze Sun and Jiaqi Liu and Xiangwu Li and Qingyang Wan and Chang Liu and Xutong Wang and Huan-ang Gao and Yu Mei and Chun Yu and Yuanchun Shi},
128
+ year={2026},
129
+ eprint={2607.04860},
130
+ archivePrefix={arXiv},
131
+ primaryClass={cs.CV},
132
+ url={https://arxiv.org/abs/2607.04860},
 
133
  }
134
  ```
135