Ahmednull / L2CS-Net

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

MAE while testing #35

Open djbob0 opened 5 months ago

djbob0 commented 5 months ago

Hello, it seems like the MAE isn't getting smaller over time but staying relatively the same for every epoch when testing. Why is this the case. I expect it to go down relatively similar as the loss is during training. When testing on MPII MAE is already down to 3.9° at the first epoch. This seems counter intuitive for me.