Can Watson Visual Recognition determine density?

我的未来我决定 提交于 2019-12-13 20:19:17

问题


Bouquets of flowers are a fairly accurate analogy for our problem domain.
For an example, let's assume a test image of thirty flowers:
- Roses: 10
- Poppies: 9
- Daisies: 5
- Lillies: 5
- Sunflowers: 1

Is there a training approach that might get Watson to look at pictures of bouquets and be able to reply with a density of a given flower type, or even a ratio or something?

If there are any ideas, should we train with images of single/isolated or multiple/grouped of each type of flower?
...or a combination of both?

ANY ideas/suggestions would be welcome!!!

EDIT:
Alternatively, rather than making classes by flower-type, we could class by action-needed ??
But, maybe that's a different enough idead to be it's own question.


回答1:


In part, it depends on how much control you have over the images that you need to classify, and the granularity of the classification that you need to make. If, for example you're guaranteed to always have a top down view of the bouquet that shows all the different flowers clearly and other extraneous objects are generally not in the scene, then you probably could train a classifier for something like five density levels for each flower type. For example, the Daisy classifier would have five classes: 0 to 20% daisies, 20 to 40% daisies, 40 to 60% daisies, 60 to 80% and over 80% daisies.



来源:https://stackoverflow.com/questions/46230675/can-watson-visual-recognition-determine-density

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