fokhrul006 commited on
Commit
343a042
·
verified ·
1 Parent(s): f0797df
Files changed (3) hide show
  1. best_model.pth +2 -2
  2. class_mapping.json +6 -4
  3. config.json +9 -5
best_model.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93dc243ce8c128384bebf3fd0042e769113551a5db5bbe1ffb2511fb6f57a3e9
3
- size 335709858
 
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": "anthracnose",
3
- "1": "dieback",
4
- "2": "malformation",
5
- "3": "mealybug"
 
 
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,
4
  "class_names": [
 
 
5
  "anthracnose",
6
  "dieback",
7
  "malformation",
8
  "mealybug"
9
  ],
10
  "class_to_idx": {
11
- "anthracnose": 0,
12
- "dieback": 1,
13
- "malformation": 2,
14
- "mealybug": 3
 
 
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