简体   繁体   English

我正在尝试使用 Tensorflow 检测眼睛。 眼睛检测有没有预训练的model?

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

I have done eyes detection in OpenCV using eye.xml Haarcascade classifiers but have no idea how to do it using Tensorflow.我已经使用 eye.xml Haarcascade 分类器在 OpenCV 中进行了眼睛检测,但不知道如何使用 Tensorflow 进行检测。

If you want to detect eyes in what I assume would be photos, you can always use Mask R-CNN .如果你想在我假设的照片中检测眼睛,你总是可以使用Mask R-CNN Since you just want to detect eyes, you can use something called the COCO dataset .由于您只想检测眼睛,因此可以使用称为COCO 数据集的东西。 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.上下文中的常见对象是数千个不同对象的集合,包括眼睛和面部,可以帮助检测照片中所需的特征。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM