shaoanlu / GazeML-keras

A keras port of swook/GazeML for pupil, iris and eye-lid detection
54 stars 25 forks source link

Where is the output of `eye_radius`? #3

Closed WuZhuoran closed 5 years ago

WuZhuoran commented 5 years ago

Hi,

According to GazeML's Implementation, the output of network should be 18 heatmaps and 1 eye_radius. https://github.com/swook/GazeML/blob/master/src/models/elg.py#L123

Did you implement this in your keras model?

Thank you!

shaoanlu commented 5 years ago

There is no radius regression branch in our Keras model as in the original ELG.