Matthijs commited on
Commit
bbec436
1 Parent(s): 7fdfd25
Files changed (2) hide show
  1. config.json +69 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileNetV2ForSemanticSegmentation"
4
+ ],
5
+ "classifier_dropout_prob": 0.8,
6
+ "depth_divisible_by": 8,
7
+ "depth_multiplier": 1.0,
8
+ "expand_ratio": 6,
9
+ "finegrained_output": true,
10
+ "first_layer_is_expansion": true,
11
+ "hidden_act": "relu6",
12
+ "id2label": {
13
+ "0": "background",
14
+ "1": "aeroplane",
15
+ "2": "bicycle",
16
+ "3": "bird",
17
+ "4": "boat",
18
+ "5": "bottle",
19
+ "6": "bus",
20
+ "7": "car",
21
+ "8": "cat",
22
+ "9": "chair",
23
+ "10": "cow",
24
+ "11": "diningtable",
25
+ "12": "dog",
26
+ "13": "horse",
27
+ "14": "motorbike",
28
+ "15": "person",
29
+ "16": "pottedplant",
30
+ "17": "sheep",
31
+ "18": "sofa",
32
+ "19": "train",
33
+ "20": "tvmonitor"
34
+ },
35
+ "image_size": 513,
36
+ "initializer_range": 0.02,
37
+ "label2id": {
38
+ "aeroplane": 1,
39
+ "background": 0,
40
+ "bicycle": 2,
41
+ "bird": 3,
42
+ "boat": 4,
43
+ "bottle": 5,
44
+ "bus": 6,
45
+ "car": 7,
46
+ "cat": 8,
47
+ "chair": 9,
48
+ "cow": 10,
49
+ "diningtable": 11,
50
+ "dog": 12,
51
+ "horse": 13,
52
+ "motorbike": 14,
53
+ "person": 15,
54
+ "pottedplant": 16,
55
+ "sheep": 17,
56
+ "sofa": 18,
57
+ "train": 19,
58
+ "tvmonitor": 20
59
+ },
60
+ "layer_norm_eps": 0.001,
61
+ "min_depth": 8,
62
+ "model_type": "mobilenet_v2",
63
+ "num_channels": 3,
64
+ "output_stride": 8,
65
+ "semantic_loss_ignore_index": 255,
66
+ "tf_padding": true,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.21.0.dev0"
69
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beee0edae3d04b0f5531c6b86d3ed2443e7985db2f00d7fe184b3c658c2c6bb3
3
+ size 10353385