Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored Jan 19, 2025
1 parent 9af19a5 commit e31d513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 462_Gaze-LLE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Gaze-LLE provides a streamlined gaze architecture that learns only a lightweight gaze decoder on top of a frozen, pretrained visual encoder (DINOv2). Gaze-LLE learns 1-2 orders of magnitude fewer parameters than prior works and doesn't require any extra input modalities like depth and pose!

---

The reason the processing speed of the demo video appears to be around 30ms is because the heatmap rendering process using Pillow is slow. If you stop the heatmap rendering process by pressing the `A` key on the keyboard, the processing speed will increase to around 17ms. Of the 17ms, 10ms is the inference time for YOLOv9-E.

- Single person test - `gazelle_dinov2_vitb14_inout_1x3x448x448_1xNx4.onnx` + ONNX-TensorRT
Expand Down

0 comments on commit e31d513

Please sign in to comment.