Discussion: How to use visual recognition to locate a dandelion weed or flower

Deadly 提交于 2019-12-11 16:11:24

问题


Like, is this possible?

Basic idea is to make a robot that can see the yard, recognize a dandelion flower, and then go murder the stinking monster where it sits.

The robot is one thing. Telling it whut to do is another. Figuring out where you want to tell the robot to go is the issue. Like, find a yellow thing in the yard, check if it's maybe one of the devil spawn, get closer, then make sure it IS the evil target so we don't kill moms purdy flowers or the neighbors dog.

Which MS CS tool would you use and how might it be implemented?


回答1:


You can use Computer Vision (https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/) to start with, but you may find that it detects "flower" but not necessarily "dandelion". If the recognition is not as accurate as you need it to be then you can use Custom Vision (https://azure.microsoft.com/en-us/services/cognitive-services/custom-vision-service/) where you can train the API to recognize the specific objects that you are interested in.



来源:https://stackoverflow.com/questions/44530182/discussion-how-to-use-visual-recognition-to-locate-a-dandelion-weed-or-flower

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!