L2CS-Net
L2CS-Net copied to clipboard
The official PyTorch implementation of L2CS-Net for gaze estimation and tracking
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...
Hi there, I noticed that there are some issues in this repository that haven't received responses yet. I've encountered similar challenges while using the code, and after spending some time...
python train.py \ > --dataset mpiigaze \ > --snapshot output/snapshots \ > --gpu 0 \ > --num_epochs 50 \ > --batch_size 16 \ > --lr 0.00001 \ > --arch ResNet101...
Could you provide guidance or implement a feature to calculate and include confidence scores in the inference output? This would help users better assess the accuracy and reliability of the...