用于照片和视频画廊的面部识别/检测 PHP 或软件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1210672/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 01:33:30  来源:igfitidea点击:

Facial recognition/detection PHP or software for photo and video galleries

phptaggingface-detectionphoto-galleryface-recognition

提问by Peter Craig

I have a very large photo gallery with thousands of similar people, objects, locations, things. The majority of the people in the photos have their own user accounts and avatar photos to match. There are also logical short lists of people potentially in the photo based on additional data available for each photo. I allow users to tag photos with their friends and people they know but an automated process would be better.

我有一个非常大的照片库,里面有数千个相似的人、物体、地点和事物。照片中的大多数人都有自己的用户帐户和头像照片来匹配。根据每张照片的可用附加数据,照片中还有可能出现在照片中的人的合乎逻辑的短名单。我允许用户用他们的朋友和他们认识的人标记照片,但自动化过程会更好。

I've used photo tagger/finder from face.com integrating with Facebook photos and the Google Picasa photo tagger for personal albums also does the same thing and is exactly what I'm looking to do.

我使用了 face.com 的照片标记器/查找器与 Facebook 照片集成,个人相册的 Google Picasa 照片标记器也做同样的事情,这正是我想要做的。

Is there a PHP script, API for Google Picasa, face.com or other recognition service or any other open source project that provides server-side facial recognition and/or grouping photos by similarity?

是否有 PHP 脚本、Google Picasa API、face.com 或其他识别服务或任何其他提供服务器端面部识别和/或按相似性分组照片的开源项目?

Examples:As you can see, various photo sharing sites offer the feature, but are there any that provide an API for images stored on my own server or something extensive enough to link into my own gallery and tagging system?

示例:如您所见,各种照片共享网站都提供了该功能,但是否有任何网站为存储在我自己的服务器上的图像提供 API,或者提供足够广泛的内容以链接到我自己的图库和标记系统?

回答by Zack Burt

If you want to do it real-time in PHP, there is a way. Check out the solution presented here: it was mentioned on News.YC a month or two ago.

如果你想在 PHP 中实时进行,有一种方法。查看此处提供的解决方案:一两个月前在 News.YC 上提到过。

Pittsburgh Pattern Recognition, as you mention, seems to have some pretty good technology, and they have an SDK available: http://www.pittpatt.com/products/ftr_sdk/sdk_users_guide.html. They also have a web demo, so if you wanted to be sneaky, you could probably hack something up that would just feed images into their demo. They'd probably stop you eventually, though - better to contact them directly.

正如你提到的,匹兹堡模式识别似乎有一些非常好的技术,他们有一个可用的 SDK:http: //www.pittpatt.com/products/ftr_sdk/sdk_users_guide.html。他们还有一个网络演示,所以如果你想偷偷摸摸,你可以破解一些只会将图像输入到他们的演示中的东西。不过,他们最终可能会阻止您 - 最好直接与他们联系。

回答by Hendrik

Check out face.com. They opened up their API yesterday.

查看 face.com。他们昨天开放了他们的 API。

Note: Face.com is no longer offering their API. (thanks facebook...)

注意:Face.com 不再提供他们的 API。(感谢脸书...)

回答by Hendrik

Check out PicsMatch.com! I've been quite pleased with it, but even the simplest browsing tacks are quite slow. Well worth the low price.

查看 PicsMatch.com!我对它很满意,但即使是最简单的浏览方式也很慢。物超所值。