mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
| .. | ||
| __pycache__ | ||
| models/3A4Bh-Ref25 | ||
| base_model.py | ||
| config.py | ||
| EyeTrackGUI.py | ||
| inferno_calib.py | ||
| inferno.py | ||
| lebrandbasic.py | ||
| LICENSE | ||
| models.py | ||
| pythoneye.py | ||
| Readme.md | ||
| requirements.txt | ||
| utils.py | ||
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