Ahmednull / L2CS-Net

The official PyTorch implementation of L2CS-Net for gaze estimation and tracking
MIT License
343 stars 81 forks source link

Question regarding model inference consistency #33

Open Adblu opened 7 months ago

Adblu commented 7 months ago

Hi. When you look at the inference predictions on provided image, when face/eye direction barely changes, inference predictions vary a lot sometimes. I was wondering if I can improve it a bit.

I was wondering about kalman filter but I will lose some fps on it. Are there some changes on architectural level I can do ? Or maybe something else ?

Thanks !