Monday, March 7, 2022
Friday, May 7, 2021
Cotton Plant Disease Detection Using Machine Learning
In this blog, we show how neural networks can be used for plant disease recognition in the context of image classification. We used the publicly available Plant Village dataset which has cotton-related diseases. We compared five different backbones including VGG16, ResNet50, InceptionV3, InceptionResNet and DenseNet169. We found that ResNet50 achieves the best result on the test set. For evaluation, we used metrics: accuracy, precision, recall, F1 score, and class-wise confusion metric. Our model achieves the best of results using ResNet50 with an accuracy of 0.982, the precision of 0.94, recall of 0.94, and F1 score of 0.94.
A dataset contains 1951 images of disease and healthy cotton plants leave under controlled conditions. The images are further divided into 3 parts: 1)Test
Tuesday, April 20, 2021
Disease Detection Using Image Processing
PROBLEM STATEMENT:
PROPOSED SOLUTION:
FEATURES:
Friday, April 16, 2021
Plant Disease Detection Using Image Processing
Introduction:
Plant disease identification by the visual way is a more laborious task and at the same time, less accurate and can be done only in limited areas. Whereas if automatic detection technique is used it will take fewer efforts, less time, and become more accurate. In plants, some general diseases seen are brown and yellow spots, early and late scorch, and others are fungal, viral, and bacterial diseases. Image processing is used for measuring an affected area of disease and to determine the difference in the color of the affected area.
Agricultural productivity is something on which the economy highly depends. This is one of the reasons that disease detection in plants plays an important role in the agriculture field, as having the disease in plants is quite natural. It also covers surveys on different disease classification techniques that can be used for plant leaf disease detection.