EyeTrackVR/InceptionNet
2022-04-21 18:42:11 -07:00
..
__pycache__ InceptionNet 2022-04-21 18:42:11 -07:00
models/3A4Bh-Ref25 InceptionNet 2022-04-21 18:42:11 -07:00
base_model.py InceptionNet 2022-04-21 18:42:11 -07:00
config.py InceptionNet 2022-04-21 18:42:11 -07:00
EyeTrackGUI.py InceptionNet 2022-04-21 18:42:11 -07:00
inferno_calib.py InceptionNet 2022-04-21 18:42:11 -07:00
inferno.py InceptionNet 2022-04-21 18:42:11 -07:00
lebrandbasic.py InceptionNet 2022-04-21 18:42:11 -07:00
LICENSE InceptionNet 2022-04-21 18:42:11 -07:00
models.py InceptionNet 2022-04-21 18:42:11 -07:00
pythoneye.py InceptionNet 2022-04-21 18:42:11 -07:00
Readme.md InceptionNet 2022-04-21 18:42:11 -07:00
requirements.txt InceptionNet 2022-04-21 18:42:11 -07:00
utils.py InceptionNet 2022-04-21 18:42:11 -07:00

This is a model implementaion form https://github.com/isohrab/Pupil-locator

what is this Model

This Model is a hybrid model inspiered by YOLO, Network in Network (NiN) cnns and using YINInception as the core CNN to predict the pupil location inside the image of the eye.

Why did you name the techique InceptionNet if thats not what its called?

The authors of the original paper did not specifiy a name, and since its super close to InceptionNet I just named it that

How good is this method

In terms of easy of implementaion and accuracy its currently one of the best methods of eye tracking in this repo

https://github.com/SummerSigh/TheVrMLEyeToolbox