简体   繁体   中英

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. 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.

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.

I think you should look into deep learning and study about convolutional neural network (CNN). CNN has achieved highest accuracy for image classification problem.

As an AI Engineer, I would spend a little time with pretrained models and libraries before putting all the effort into coding CNN. Also, I would evaluate OpenCV as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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