检测图像中的物体,他们是如何做到的。我认为这令人难以置信

发布于 2024-08-18 23:06:51 字数 678 浏览 7 评论 0原文

替代文本 http://pascallin.ecs.soton。 ac.uk/challenges/VOC/voc2007/examples/person_06.jpg 替代文本 http://pascallin.ecs.soton。 ac.uk/challenges/VOC/voc2007/examples/dog_08.jpg 替代文本 http://pascallin.ecs.soton。 ac.uk/challenges/VOC/voc2007/examples/sheep_07.jpg

这张图片是从网站下载的,团队是这样展示他们的研究成果的。 我想知道他们是怎么做到的,有人知道告诉我,我将不胜感激。谢谢

alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/person_06.jpg
alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/dog_08.jpg
alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/sheep_07.jpg

this picture is download from a website,the team show their research result like this.
I want to know how they did it, some body know tell me I will be appreciate. thank you

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

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

发布评论

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

评论(2

灼疼热情 2024-08-25 23:06:51

算法已发布。

如果您的数学技能足够敏锐,您可以自己重做。

The algorithm was published.

And you can redo it yourself, if you do have your Math skills sharp enough.

小嗲 2024-08-25 23:06:51

根据他们的出版物,我们可以得出结论,他们使用了 SVM 分类器和/或某种图形模型(马尔可夫随机场/条件随机场)。此外,他们(可能)使用定向梯度直方图作为特征。这种方法意味着非常复杂的数学(准确地说是机器学习)。如果您不熟悉,可以尝试使用他们的实现

Based on their publications, one can conclude they use SVM classifier and/or some sort of a graphical model (Markov Random Field / Conditional Random Field). Also, they (probably) use Histograms of Oriented Gradients as features. The approach implies really complicated math (machine learning, to be precise). If you are not familiar, you could try to use their implementation.

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