This project consists on a Tensorflow 2.2.0 implementation of an SRGAN model based on paper (https://arxiv.org/abs/1609.04802) applied to eye resolution in order to improve gaze estimation techniques by reducing the computing requirements or by improving estiamtion accuracy.
The purpose of this repository is, in one hand, to show an example of how to implement an SRGAN model using one of the most recent versions of Tensorflow and, on the other hand, to show a possible application of super resolution techniques. This project was developed as my final master's degree project which was presented on July the 3rd at the Public University of Navarre. The project was completed with honors.
- Visual results.
- Gaze estimation results. (Paper)
- Pupil center estimation using an SDM algorithm (Paper).
Comparison between original and SR-generated images using an SRGAN model.
Comparison between original and SR-generated images using an ResNet-MSE model.
Comparison between original and SR-generated images using a bicubic algorithm.