Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,11 @@ pipeline_tag: keypoint-detection
|
|
| 12 |
|
| 13 |
GazeMoE is a lightweight gaze estimation model (14MB decoder) built on top of a frozen **DINOv2 Vit-L/14** backbone. It uses a Mixture-of-Experts (MoE) transformer decoder to predict whether a person's gaze target is inside or outside the camera frame and generates a heatmap for the gaze location.
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
## Quick Start
|
| 16 |
|
| 17 |
### 1. Requirements
|
|
|
|
| 12 |
|
| 13 |
GazeMoE is a lightweight gaze estimation model (14MB decoder) built on top of a frozen **DINOv2 Vit-L/14** backbone. It uses a Mixture-of-Experts (MoE) transformer decoder to predict whether a person's gaze target is inside or outside the camera frame and generates a heatmap for the gaze location.
|
| 14 |
|
| 15 |
+
---
|
| 16 |
+
papers:
|
| 17 |
+
- https://arxiv.org/abs/2603.06256
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
## Quick Start
|
| 21 |
|
| 22 |
### 1. Requirements
|