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 e31d513 commit 1c51a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 462_Gaze-LLE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gaze-LLE provides a streamlined gaze architecture that learns only a lightweight

---

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.
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. If it is important to increase processing speed, it would be better to use [YOLOv9-N or YOLOv9-T](https://github.com/PINTO0309/PINTO_model_zoo/tree/main/459_YOLOv9-Wholebody25).

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

Expand Down

0 comments on commit 1c51a27

Please sign in to comment.