RedHenLab / BlendedJointAttention

Blended Joint Attention
4 stars 5 forks source link

Gaze direction algorithm #24

Open SoumitraAgarwal opened 8 years ago

SoumitraAgarwal commented 8 years ago

The gaze direction algorithm is not robust in the following ways :

  1. Detects eyes irregularly with low lighting/profile faces. (Can be solved with adding more classifiers with flags, will increase code length. Any other suggestions?)
  2. Many eyes detected over one eye. Creating mutually exclusive blocks can be an option.
  3. Detecting profile eyes. New classifier needs to be developed? Or use one from the pipeline if exists?
keshavbnsl102 commented 9 months ago

Hi @SoumitraAgarwal I am open to contribute. If someone can tell me about what all files need to be changed, it would help.