面部识别/检测 PHP 或照片和视频库软件

发布于 2024-07-29 23:15:13 字数 1795 浏览 5 评论 0原文

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

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

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

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

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.

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?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

七禾 2024-08-05 23:15:17

请访问 PicsMatch.com! 我对它非常满意,但即使是最简单的浏览策略也很慢。 非常值得低价。

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.

平生欢 2024-08-05 23:15:16

如果你想用 PHP 实时完成,有一种方法。 查看 这里提出的解决方案:一两个月前News.YC上提到过。

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

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.

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.

若无相欠,怎会相见 2024-08-05 23:15:16

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

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

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文