H12_Final PPT
H12_Final PPT
▪ Motivations :
▪ The model's ability to more swiftly diagnose plant illnesses with conventional
approaches is the driving force behind this endeavor.
3
Literature Survey
4
Model Diagram
Train / Performa
Splitting CNN
Dataset Validate nce
the data Model
model metrics
ResNet50, F1-score,
70-20-10 Densnet121 Accuracy
▪ Python Programming
▪ ResNet : Residual Network (ResNet) is a deep learning model used for computer vision
applications. It is a Convolutional Neural Network (CNN) architecture designed to
support hundreds or thousands of convolutional layers.
6
Experimentation and Results
▪ Two CNN models were proposed from scratch via training, validating and testing.
There are pre-trained techniques ( i.e: Resnet50 or DenseNet121 ) are also used to
make the model more accurate and provide better results.
▪ RAM :
▪ 16.0 GB
▪ System Type :
▪ 64-bit operating system, x64-based processor
▪ OS Specifications :
▪ Windows 11 Home Single Language
Dataset Description
▪ This dataset is recreated using offline
augmentation from the original dataset.
This dataset consists of about 87K RGB
images of healthy and diseased crop
leaves which is categorized into 38
different classes. The total dataset is
divided into 70/20/10 ratio of training,
validation and testing set preserving the
directory structure. A new directory
containing 33 test images is created later
for prediction purpose.
▪ Dataset : PlantVillage
▪ GitHub :
https://github.com/spMohanty/PlantVillag
e-Dataset fFig 2 : Dataset Details
Experimental Outcomes
Model Epoch Loss Accuracy Val_loss Val_accuracy
1 1/5 0.8474 0.7485 0.5214 0.8444
2/5 0.2425 0.9207 0.3179 0.8968
3/5 0.1366 0.9549 0.2988 0.9052
4/5 0.0981 0.9683 0.2308 0.9328
5/5 0.0841 0.9742 0.3881 0.8908
2 1/5 1.1779 0.6596 0.6280 0.7991
2/5 0.3083 0.9008 0.4195 0.8721
3/5 0.1617 0.9489 0.6616 0.8312
4/5 0.1082 0.9666 0.6559 0.8521
5/5 0.0918 0.9721 0.4855 0.8857
Experimental Outcomes
GRAPH 1 : MODEL 1
GRAPH 2 : MODEL 2
Experimental Outcomes
14
Bibliography
● [1] P. K. Sethy, N. K. Barpanda, A. K. Rath, and S. K. Behera, “Deep feature based
Rice leaf disease identification using support vector machine”, Aug. 2020
● [2] W. Zeng and M. Li, “Crop leaf disease recognition based on self-attention
convolutional neural network”, May 2020
● [3] J. Chen, J. Chen, D. Zhang, Y. Sun, and Y. A. Nanehkaran, “Using deep transfer
learning for image-based plant disease identification”, Jun 2020.