The code contained in the repo was used to perform mobile-based pupillometry as per the submitted thesis. The following files provide the required functionalities:
- mp_facemesh.py - MediaPipe Face Mesh & classical segmentation implementation
- segmentationAD.ipynb - classical AD cohort technique experimentation & misc processing
- segmentationHC.ipynb - classical HC cohort technique experimentation & misc processing
- analysis.ipynb - generation of results plots
- dir RITnet - RITnet implementation, code adapted from https://github.com/AayushKrChaudhary/RITnet.
The RITnet directory contains code from Choudhary et al.'s RITnet implementation (the original authors). Only the required files are contained, however the full RITnet code can be found on https://github.com/AayushKrChaudhary/RITnet.
The remaining files contains original code written by Aditya Gupta. Please cite author if used.