I am trying to detect eyes using Tensorflow. Is there any pre-trained model of eye detection?

1.3k Views Asked by At

I have done eyes detection in OpenCV using eye.xml Haarcascade classifiers but have no idea how to do it using Tensorflow.

1

There are 1 best solutions below

2
On BEST ANSWER

If you want to detect eyes in what I assume would be photos, you can always use Mask R-CNN. Since you just want to detect eyes, you can use something called the COCO dataset. The Common Objects In Context is a collection of thousands of different objects, including eyes and faces, that can help detect the features you want in a photo.