Delete Readme.md.txt
Browse files- Readme.md.txt +0 -83
Readme.md.txt
DELETED
@@ -1,83 +0,0 @@
|
|
1 |
-
model_name: Wheat Anomaly Detection Model - 3 Class
|
2 |
-
tags:
|
3 |
-
- pytorch
|
4 |
-
- resnet50
|
5 |
-
- agriculture
|
6 |
-
- anomaly-detection
|
7 |
-
- wheat
|
8 |
-
- plant-disease
|
9 |
-
license: apache-2.0
|
10 |
-
library_name: transformers
|
11 |
-
datasets:
|
12 |
-
- wheat-disease-dataset
|
13 |
-
model_type: resnet50
|
14 |
-
num_classes: 3
|
15 |
-
classes:
|
16 |
-
- fall armyworm
|
17 |
-
- p_def
|
18 |
-
- blb
|
19 |
-
preprocessing:
|
20 |
-
resize: 256
|
21 |
-
center_crop: 224
|
22 |
-
normalize:
|
23 |
-
- 0.485
|
24 |
-
- 0.456
|
25 |
-
- 0.406
|
26 |
-
normalize_std:
|
27 |
-
- 0.229
|
28 |
-
- 0.224
|
29 |
-
- 0.225
|
30 |
-
framework: pytorch
|
31 |
-
task: image-classification
|
32 |
-
pipeline_tag: image-classification
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
Wheat Anomaly Detection Model
|
40 |
-
|
41 |
-
Overview
|
42 |
-
|
43 |
-
This is a ResNet50-based image classification model designed for wheat anomaly detection. It classifies images into three categories:
|
44 |
-
|
45 |
-
Fall Armyworm (fa)
|
46 |
-
|
47 |
-
Phosphorus Deficiency (p_def)
|
48 |
-
|
49 |
-
Bacterial Leaf Blight (blb)
|
50 |
-
|
51 |
-
The model has been fine-tuned on an agricultural dataset and optimized for accurate detection of these anomalies.
|
52 |
-
|
53 |
-
Model Performance
|
54 |
-
|
55 |
-
Validation Accuracy: 93.82%
|
56 |
-
|
57 |
-
Class-wise Accuracy:
|
58 |
-
|
59 |
-
Fall Armyworm: 100.00%
|
60 |
-
|
61 |
-
Phosphorus Deficiency: 86.21%
|
62 |
-
|
63 |
-
Bacterial Leaf Blight: 95.00%
|
64 |
-
|
65 |
-
Installation
|
66 |
-
|
67 |
-
Ensure you have transformers, torch, and gradio installed:
|
68 |
-
|
69 |
-
Usage
|
70 |
-
|
71 |
-
Here is an example of how to load and use the model for prediction using PyTorch:
|
72 |
-
|
73 |
-
Dataset
|
74 |
-
|
75 |
-
The model was trained using the Wheat Disease Dataset with balanced classes. Ensure your images are resized to 224x224 and normalized using the provided values.
|
76 |
-
|
77 |
-
License
|
78 |
-
|
79 |
-
This model is licensed under the Apache-2.0 License. You are free to use, modify, and distribute it under the terms of the license.
|
80 |
-
|
81 |
-
Citation
|
82 |
-
|
83 |
-
If you use this model, please cite the repository as follows:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|