jaygala223 commited on
Commit
9309263
1 Parent(s): d466d4b

Upload MobileNetV2ForSemanticSegmentation

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