zunobotics commited on
Commit
1793b6a
·
verified ·
1 Parent(s): 92cb0ab

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +26 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "image-classification",
3
+ "task": "image-classification",
4
+ "framework": "onnx",
5
+ "image_size": 384,
6
+ "num_classes": 17,
7
+ "class_names": [
8
+ "Banana Anthracnose",
9
+ "Banana Aphids",
10
+ "Banana Bacterial Soft Rot",
11
+ "Banana Black Sigatoka Disease",
12
+ "Banana Bract Mosaic Virus Disease",
13
+ "Banana Fruit-Scarring Beetle",
14
+ "Banana Insect Pest Disease",
15
+ "Banana Moko Disease",
16
+ "Banana Panama Disease",
17
+ "Banana Pseudostem Weevil",
18
+ "Banana Skipper Damage",
19
+ "Banana Split Peel",
20
+ "Banana Yellow Sigatoka Disease",
21
+ "Banana cordana",
22
+ "Banana pestalotiopsis",
23
+ "Chewing insect damage on banana leaf",
24
+ "healthy banana"
25
+ ]
26
+ }