Closed Eye Detection using Eye Aspect Ratio (EAR)
Problem Our team at AV DEVS recently faced a scenario while working on a solution to detect closed eyes as part of a larger project. The usual closed eye detection using classification model of machine learning tend to get quite heavy and slow as it trains. And also it would take time before it learns and gets accurate.
Using EAR (Eye Aspect Ratio) would solve that problem but would create false assumptions for people with less EAR. Solution We planned to make use of both approaches and build a model that calculates EAR before actual experience begins. If the EAR is less then a threshold value, use classification model and if it is higher then threshold value, use the EAR model.
www.avdevs.com