Matthijs Hollemans commited on
Commit
040b399
1 Parent(s): 8e3b5eb

clone from https://huggingface.co/shehan97/mobilevitv2-1.5-voc-deeplabv3

Browse files
Files changed (3) hide show
  1. config.json +76 -0
  2. preprocessor_config.json +16 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileViTv2ForSemanticSegmentation"
4
+ ],
5
+ "aspp_dropout_prob": 0.1,
6
+ "aspp_out_channels": 512,
7
+ "atrous_rates": [
8
+ 6,
9
+ 12,
10
+ 18
11
+ ],
12
+ "attn_dropout": 0.0,
13
+ "classifier_dropout_prob": 0.1,
14
+ "conv_kernel_size": 3,
15
+ "expand_ratio": 2.0,
16
+ "ffn_dropout": 0.0,
17
+ "hidden_act": "swish",
18
+ "id2label": {
19
+ "0": "background",
20
+ "1": "aeroplane",
21
+ "2": "bicycle",
22
+ "3": "bird",
23
+ "4": "boat",
24
+ "5": "bottle",
25
+ "6": "bus",
26
+ "7": "car",
27
+ "8": "cat",
28
+ "9": "chair",
29
+ "10": "cow",
30
+ "11": "diningtable",
31
+ "12": "dog",
32
+ "13": "horse",
33
+ "14": "motorbike",
34
+ "15": "person",
35
+ "16": "pottedplant",
36
+ "17": "sheep",
37
+ "18": "sofa",
38
+ "19": "train",
39
+ "20": "tvmonitor"
40
+ },
41
+ "image_size": 512,
42
+ "initializer_range": 0.02,
43
+ "label2id": {
44
+ "aeroplane": 1,
45
+ "background": 0,
46
+ "bicycle": 2,
47
+ "bird": 3,
48
+ "boat": 4,
49
+ "bottle": 5,
50
+ "bus": 6,
51
+ "car": 7,
52
+ "cat": 8,
53
+ "chair": 9,
54
+ "cow": 10,
55
+ "diningtable": 11,
56
+ "dog": 12,
57
+ "horse": 13,
58
+ "motorbike": 14,
59
+ "person": 15,
60
+ "pottedplant": 16,
61
+ "sheep": 17,
62
+ "sofa": 18,
63
+ "train": 19,
64
+ "tvmonitor": 20
65
+ },
66
+ "layer_norm_eps": 1e-05,
67
+ "mlp_ratio": 2.0,
68
+ "model_type": "mobilevitv2",
69
+ "num_channels": 3,
70
+ "output_stride": 16,
71
+ "patch_size": 2,
72
+ "semantic_loss_ignore_index": 255,
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.29.0.dev0",
75
+ "width_multiplier": 1.5
76
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 512,
4
+ "width": 512
5
+ },
6
+ "do_center_crop": true,
7
+ "do_flip_channel_order": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_processor_type": "MobileViTv2ImageProcessor",
11
+ "resample": 2,
12
+ "rescale_factor": 0.00392156862745098,
13
+ "size": {
14
+ "shortest_edge": 544
15
+ }
16
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5aa59fa6bd6f53c58d253d3f78c58b5775b9f0a002e701ce09eb4f9cbc45f6
3
+ size 90451473