fokhrul006 commited on
Commit
905d778
·
verified ·
1 Parent(s): e8cb584
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:344e2bf0affee0ee79dc7cc6303f9fdf83d56f421588a741a64015f6d27ad790
3
- size 335709858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ac60092758242194c74640c5a777b96a8bc493d69aeb9b20ff364f045f5c67
3
+ size 335732450
class_mapping.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
- "0": "anthracnose",
3
- "1": "curl_virus",
4
- "2": "early_blight",
5
- "3": "late_blight"
 
 
6
  }
 
1
  {
2
+ "0": "No Disease Found",
3
+ "1": "Unrelated Image",
4
+ "2": "anthracnose",
5
+ "3": "curl_virus",
6
+ "4": "early_blight",
7
+ "5": "late_blight"
8
  }
config.json CHANGED
@@ -1,17 +1,21 @@
1
  {
2
  "crop_name": "Tomato",
3
- "num_classes": 4,
4
  "class_names": [
 
 
5
  "anthracnose",
6
  "curl_virus",
7
  "early_blight",
8
  "late_blight"
9
  ],
10
  "class_to_idx": {
11
- "anthracnose": 0,
12
- "curl_virus": 1,
13
- "early_blight": 2,
14
- "late_blight": 3
 
 
15
  },
16
  "model_name": "convnext_tiny_in22k",
17
  "image_size": 256
 
1
  {
2
  "crop_name": "Tomato",
3
+ "num_classes": 6,
4
  "class_names": [
5
+ "No Disease Found",
6
+ "Unrelated Image",
7
  "anthracnose",
8
  "curl_virus",
9
  "early_blight",
10
  "late_blight"
11
  ],
12
  "class_to_idx": {
13
+ "No Disease Found": 0,
14
+ "Unrelated Image": 1,
15
+ "anthracnose": 2,
16
+ "curl_virus": 3,
17
+ "early_blight": 4,
18
+ "late_blight": 5
19
  },
20
  "model_name": "convnext_tiny_in22k",
21
  "image_size": 256