简体   繁体   English

有没有现成可靠的人工智能库或图像识别软件?

[英]Any ready and reliable artificial intelligence libraries or software for image recognition?

Let's say I want a software which finds pandas on millions of photographs.假设我想要一个软件,它可以在数百万张照片上找到 pandas。 I have thousands of photographs with and without pandas to train the system and then I expect it to reliably find pandas on remaining several million photographs filtering out black and white dogs and sheeps.我有数千张带有和不带有 pandas 的照片来训练系统,然后我希望它能够在剩余的几百万张过滤掉黑白狗和羊的照片上可靠地找到 pandas。

To simplify I am only interested in images with panda looking into a camera to avoid discussion on recognising panda's back.为简化起见,我只对熊猫看着相机的图像感兴趣,以避免讨论识别熊猫的背部。 Are there any artificial intelligence libraries or software for such image recognition?是否有任何用于此类图像识别的人工智能库或软件?

PS Panda is just an example to make discussion simpler. PS Panda 只是一个让讨论更简单的例子。

I think you should look into deep learning and study about convolutional neural network (CNN). 我认为您应该研究深度学习并研究卷积神经网络(CNN)。 CNN has achieved highest accuracy for image classification problem. CNN在图像分类问题上取得了最高的准确性。

As an AI Engineer, I would spend a little time with pretrained models and libraries before putting all the effort into coding CNN.作为一名 AI 工程师,我会花一点时间在预训练模型和库上,然后再投入所有精力编写 CNN。 Also, I would evaluate OpenCV as well.另外,我也会评估 OpenCV。

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

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