Add link to paper (#2)
Browse files- Add link to paper (c9057cf3143112d3a88fc056393e89f27d36ac10)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,37 +1,39 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license_name: gazeanywhere-license
|
| 4 |
license_link: LICENSE
|
| 5 |
-
pretty_name: Gaze-Co Benchmark
|
| 6 |
-
task_categories:
|
| 7 |
-
- image-feature-extraction
|
| 8 |
-
- zero-shot-object-detection
|
| 9 |
-
language:
|
| 10 |
-
- en
|
| 11 |
tags:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
size_categories:
|
| 17 |
-
- 1K<n<10K
|
| 18 |
configs:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
---
|
| 32 |
|
| 33 |
# Gaze-Co Benchmark
|
| 34 |
|
|
|
|
|
|
|
| 35 |
Evaluation set for **Promptable Gaze Target Estimation (PGE)**, the task introduced in
|
| 36 |
[Gaze Target Estimation Anywhere with Concepts](https://github.com/IrohXu/GazeAnywhere) (CVPR 2026).
|
| 37 |
|
|
@@ -185,4 +187,4 @@ individuals.
|
|
| 185 |
```
|
| 186 |
|
| 187 |
Please also cite GazeFollow, VideoAttentionTarget, and ChildPlay when reporting results on
|
| 188 |
-
the corresponding splits.
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: other
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- image-feature-extraction
|
| 9 |
+
- zero-shot-object-detection
|
| 10 |
+
pretty_name: Gaze-Co Benchmark
|
| 11 |
license_name: gazeanywhere-license
|
| 12 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
tags:
|
| 14 |
+
- gaze
|
| 15 |
+
- gaze-target-estimation
|
| 16 |
+
- promptable-gaze-estimation
|
| 17 |
+
- vision-language
|
|
|
|
|
|
|
| 18 |
configs:
|
| 19 |
+
- config_name: gazefollow
|
| 20 |
+
data_files:
|
| 21 |
+
- split: test
|
| 22 |
+
path: data/gazefollow/test-*
|
| 23 |
+
- config_name: videoattentiontarget
|
| 24 |
+
data_files:
|
| 25 |
+
- split: test
|
| 26 |
+
path: data/videoattentiontarget/test-*
|
| 27 |
+
- config_name: childplay
|
| 28 |
+
data_files:
|
| 29 |
+
- split: test
|
| 30 |
+
path: data/childplay/test-*
|
| 31 |
---
|
| 32 |
|
| 33 |
# Gaze-Co Benchmark
|
| 34 |
|
| 35 |
+
**Paper:** [Gaze Target Estimation Anywhere with Concepts](https://huggingface.co/papers/2608.11367)
|
| 36 |
+
|
| 37 |
Evaluation set for **Promptable Gaze Target Estimation (PGE)**, the task introduced in
|
| 38 |
[Gaze Target Estimation Anywhere with Concepts](https://github.com/IrohXu/GazeAnywhere) (CVPR 2026).
|
| 39 |
|
|
|
|
| 187 |
```
|
| 188 |
|
| 189 |
Please also cite GazeFollow, VideoAttentionTarget, and ChildPlay when reporting results on
|
| 190 |
+
the corresponding splits.
|