pacoalberola commited on
Commit
eb48c81
·
verified ·
1 Parent(s): 63119b2

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +33 -0
model_metadata.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "surface_classes": [
3
+ "none",
4
+ "micro",
5
+ "light",
6
+ "medium",
7
+ "heavy"
8
+ ],
9
+ "corner_classes": [
10
+ "none",
11
+ "light",
12
+ "medium",
13
+ "heavy"
14
+ ],
15
+ "edge_classes": [
16
+ "none",
17
+ "light",
18
+ "medium",
19
+ "heavy"
20
+ ],
21
+ "input_size": 224,
22
+ "normalize_mean": [
23
+ 0.485,
24
+ 0.456,
25
+ 0.406
26
+ ],
27
+ "normalize_std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
+ ],
32
+ "backbone": "microsoft/swin-tiny-patch4-window7-224"
33
+ }