Closed WuZhuoran closed 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!
There is no radius regression branch in our Keras model as in the original ELG.
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!