fokhrul006
commited on
v2
Browse files- best_model.pth +2 -2
- class_mapping.json +6 -4
- config.json +9 -5
best_model.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d20c25da89c4530d1976fbbca1ce38764c0ab5921009f917831d2782627b7222
|
3 |
+
size 335732450
|
class_mapping.json
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
{
|
2 |
-
"0": "
|
3 |
-
"1": "
|
4 |
-
"2": "
|
5 |
-
"3": "
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"0": "No Disease Found",
|
3 |
+
"1": "Unrelated Image",
|
4 |
+
"2": "anthracnose",
|
5 |
+
"3": "dieback",
|
6 |
+
"4": "malformation",
|
7 |
+
"5": "mealybug"
|
8 |
}
|
config.json
CHANGED
@@ -1,17 +1,21 @@
|
|
1 |
{
|
2 |
"crop_name": "Mango",
|
3 |
-
"num_classes":
|
4 |
"class_names": [
|
|
|
|
|
5 |
"anthracnose",
|
6 |
"dieback",
|
7 |
"malformation",
|
8 |
"mealybug"
|
9 |
],
|
10 |
"class_to_idx": {
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
|
|
|
|
15 |
},
|
16 |
"model_name": "convnext_tiny_in22k",
|
17 |
"image_size": 256
|
|
|
1 |
{
|
2 |
"crop_name": "Mango",
|
3 |
+
"num_classes": 6,
|
4 |
"class_names": [
|
5 |
+
"No Disease Found",
|
6 |
+
"Unrelated Image",
|
7 |
"anthracnose",
|
8 |
"dieback",
|
9 |
"malformation",
|
10 |
"mealybug"
|
11 |
],
|
12 |
"class_to_idx": {
|
13 |
+
"No Disease Found": 0,
|
14 |
+
"Unrelated Image": 1,
|
15 |
+
"anthracnose": 2,
|
16 |
+
"dieback": 3,
|
17 |
+
"malformation": 4,
|
18 |
+
"mealybug": 5
|
19 |
},
|
20 |
"model_name": "convnext_tiny_in22k",
|
21 |
"image_size": 256
|