fokhrul006 commited on
Commit
0438620
1 Parent(s): 1a0bd54
Files changed (3) hide show
  1. best_model.pth +2 -2
  2. class_mapping.json +4 -2
  3. config.json +7 -3
best_model.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eafa4aa5726990c431d4de3c0d924698466395fef838b72def08f4ef9c473ce2
3
- size 335687266
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aee3b585a129f11fdd614dfe7ab18ea52b4962a08e794b022d4d6981d8569a0d
3
+ size 335709858
class_mapping.json CHANGED
@@ -1,4 +1,6 @@
1
  {
2
- "0": "early_blight",
3
- "1": "late_blight"
 
 
4
  }
 
1
  {
2
+ "0": "No Disease Found",
3
+ "1": "Unrelated Image",
4
+ "2": "early_blight",
5
+ "3": "late_blight"
6
  }
config.json CHANGED
@@ -1,13 +1,17 @@
1
  {
2
  "crop_name": "Potato",
3
- "num_classes": 2,
4
  "class_names": [
 
 
5
  "early_blight",
6
  "late_blight"
7
  ],
8
  "class_to_idx": {
9
- "early_blight": 0,
10
- "late_blight": 1
 
 
11
  },
12
  "model_name": "convnext_tiny_in22k",
13
  "image_size": 256
 
1
  {
2
  "crop_name": "Potato",
3
+ "num_classes": 4,
4
  "class_names": [
5
+ "No Disease Found",
6
+ "Unrelated Image",
7
  "early_blight",
8
  "late_blight"
9
  ],
10
  "class_to_idx": {
11
+ "No Disease Found": 0,
12
+ "Unrelated Image": 1,
13
+ "early_blight": 2,
14
+ "late_blight": 3
15
  },
16
  "model_name": "convnext_tiny_in22k",
17
  "image_size": 256