CNN Architecture for Pupil Center Estimation in eye images extracted from head tracker of a smartphone
*5 Convolutional Layers with a stride of 1 and 3x3 filters
- 1 Fully Connected Layer with 2048 units
- Average Pooling of 2x2 with a stride of 2
- Batch Normalization and Dropout after every layer
- Loss Function – Euclidean Distance between true and predicted labels
Result of applying different image enhancement techniques such as Histogram Equalisation, Power Law, Adaptive Histogram Equalisation
- Adaptive Histogram Equalisation