swook / GazeML

Gaze Estimation using Deep Learning, a Tensorflow-based framework.
MIT License
507 stars 141 forks source link

only one face #50

Open kesin123 opened 4 years ago

kesin123 commented 4 years ago

Hello, if I want to choice only one face, how to modify code?

Hyrtsi commented 2 years ago

If there are many faces how do you intend on choosing the face? Always the same face than the first detected one or the face with best score?

For webcam input, check frames.py. It has the face segmentation in entry_generator().