Upload all_models_meta.json with huggingface_hub
Browse files- all_models_meta.json +83 -0
all_models_meta.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model1_classification": {
|
| 3 |
+
"task": "Cargo Classification",
|
| 4 |
+
"num_classes": 43,
|
| 5 |
+
"class_names": [
|
| 6 |
+
"appliances",
|
| 7 |
+
"auto_parts",
|
| 8 |
+
"bags",
|
| 9 |
+
"banana",
|
| 10 |
+
"batteries",
|
| 11 |
+
"beverages",
|
| 12 |
+
"cables",
|
| 13 |
+
"canned_food",
|
| 14 |
+
"ceramic",
|
| 15 |
+
"chemicals",
|
| 16 |
+
"cleaning",
|
| 17 |
+
"clothes",
|
| 18 |
+
"cooking_oil",
|
| 19 |
+
"cosmetics",
|
| 20 |
+
"electronics",
|
| 21 |
+
"fruits",
|
| 22 |
+
"furniture",
|
| 23 |
+
"glass",
|
| 24 |
+
"kitchenware",
|
| 25 |
+
"lubricants",
|
| 26 |
+
"machinery",
|
| 27 |
+
"meat",
|
| 28 |
+
"medical",
|
| 29 |
+
"milk",
|
| 30 |
+
"motorcycle",
|
| 31 |
+
"nuts",
|
| 32 |
+
"other",
|
| 33 |
+
"paper",
|
| 34 |
+
"pipes",
|
| 35 |
+
"plastic",
|
| 36 |
+
"rice",
|
| 37 |
+
"seeds",
|
| 38 |
+
"shoes",
|
| 39 |
+
"snacks",
|
| 40 |
+
"spices",
|
| 41 |
+
"steel",
|
| 42 |
+
"sugar",
|
| 43 |
+
"tea",
|
| 44 |
+
"tires",
|
| 45 |
+
"tools",
|
| 46 |
+
"toys",
|
| 47 |
+
"weapons",
|
| 48 |
+
"wood"
|
| 49 |
+
]
|
| 50 |
+
},
|
| 51 |
+
"model2_anomaly": {
|
| 52 |
+
"task": "Concealment Detection",
|
| 53 |
+
"num_classes": 2,
|
| 54 |
+
"class_names": [
|
| 55 |
+
"match",
|
| 56 |
+
"no_match"
|
| 57 |
+
],
|
| 58 |
+
"note": "Already trained - see concealment folder"
|
| 59 |
+
},
|
| 60 |
+
"model3_risk": {
|
| 61 |
+
"task": "Risk Assessment",
|
| 62 |
+
"num_classes": 5,
|
| 63 |
+
"class_names": [
|
| 64 |
+
"risk_0_safe",
|
| 65 |
+
"risk_1_2_low",
|
| 66 |
+
"risk_3_medium",
|
| 67 |
+
"risk_4_high",
|
| 68 |
+
"risk_5_critical"
|
| 69 |
+
]
|
| 70 |
+
},
|
| 71 |
+
"normalize": {
|
| 72 |
+
"mean": [
|
| 73 |
+
0.485,
|
| 74 |
+
0.456,
|
| 75 |
+
0.406
|
| 76 |
+
],
|
| 77 |
+
"std": [
|
| 78 |
+
0.229,
|
| 79 |
+
0.224,
|
| 80 |
+
0.225
|
| 81 |
+
]
|
| 82 |
+
}
|
| 83 |
+
}
|