AI here meaning a model trained to identify specific plants. Not terribly difficult to slap together an algorithm and train it using python. Check out linear regression and image classification. The short version is, you take many, many images of your subject from different angles, lighting, sizes, resolutions, etc and train a model to a high degree of accuracy on it. Show it a new picture and it will use its training to output a value between 1 and 0 (sigmoid activation function).
AI here meaning a model trained to identify specific plants. Not terribly difficult to slap together an algorithm and train it using python. Check out linear regression and image classification. The short version is, you take many, many images of your subject from different angles, lighting, sizes, resolutions, etc and train a model to a high degree of accuracy on it. Show it a new picture and it will use its training to output a value between 1 and 0 (sigmoid activation function).
(post is archived)