GazeML
GazeML copied to clipboard
only one face
Hello, if I want to choice only one face, how to modify code?
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()
.