antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.85k stars 505 forks source link

Multiple faces gaze detection #53

Open tatanfort opened 3 years ago

tatanfort commented 3 years ago

Hi there! is there a way to access several eyes gaze at the same time? I see in the analyses methode that it only uses the first one landmarks = self._predictor(frame, faces[0]) how could I modify the script to save a pair of eyes for every faces detected? Thanks!!

sahildinho commented 2 years ago

I'm looking solution for same problem

mhussar commented 1 year ago

I am as well.