nielsr HF staff commited on
Commit
f66f895
1 Parent(s): c378615

Upload DPTForDepthEstimation

Browse files
Files changed (2) hide show
  1. config.json +187 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "add_projection": true,
4
+ "architectures": [
5
+ "DPTForDepthEstimation"
6
+ ],
7
+ "attention_probs_dropout_prob": null,
8
+ "auxiliary_loss_weight": 0.4,
9
+ "backbone_config": {
10
+ "_name_or_path": "",
11
+ "add_cross_attention": false,
12
+ "apply_layernorm": false,
13
+ "architectures": [
14
+ "Dinov2Model"
15
+ ],
16
+ "attention_probs_dropout_prob": 0.0,
17
+ "bad_words_ids": null,
18
+ "begin_suppress_tokens": null,
19
+ "bos_token_id": null,
20
+ "chunk_size_feed_forward": 0,
21
+ "cross_attention_hidden_size": null,
22
+ "decoder_start_token_id": null,
23
+ "diversity_penalty": 0.0,
24
+ "do_sample": false,
25
+ "drop_path_rate": 0.0,
26
+ "early_stopping": false,
27
+ "encoder_no_repeat_ngram_size": 0,
28
+ "eos_token_id": null,
29
+ "exponential_decay_length_penalty": null,
30
+ "finetuning_task": null,
31
+ "forced_bos_token_id": null,
32
+ "forced_eos_token_id": null,
33
+ "hidden_act": "gelu",
34
+ "hidden_dropout_prob": 0.0,
35
+ "hidden_size": 1536,
36
+ "id2label": {
37
+ "0": "LABEL_0",
38
+ "1": "LABEL_1"
39
+ },
40
+ "image_size": 518,
41
+ "initializer_range": 0.02,
42
+ "is_decoder": false,
43
+ "is_encoder_decoder": false,
44
+ "label2id": {
45
+ "LABEL_0": 0,
46
+ "LABEL_1": 1
47
+ },
48
+ "layer_norm_eps": 1e-06,
49
+ "layerscale_value": 1.0,
50
+ "length_penalty": 1.0,
51
+ "max_length": 20,
52
+ "min_length": 0,
53
+ "mlp_ratio": 4,
54
+ "model_type": "dinov2",
55
+ "no_repeat_ngram_size": 0,
56
+ "num_attention_heads": 24,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_channels": 3,
60
+ "num_hidden_layers": 40,
61
+ "num_return_sequences": 1,
62
+ "out_features": [
63
+ "stage10",
64
+ "stage20",
65
+ "stage30",
66
+ "stage40"
67
+ ],
68
+ "out_indices": [
69
+ 10,
70
+ 20,
71
+ 30,
72
+ 40
73
+ ],
74
+ "output_attentions": false,
75
+ "output_hidden_states": false,
76
+ "output_scores": false,
77
+ "pad_token_id": null,
78
+ "patch_size": 14,
79
+ "prefix": null,
80
+ "problem_type": null,
81
+ "pruned_heads": {},
82
+ "qkv_bias": true,
83
+ "remove_invalid_values": false,
84
+ "repetition_penalty": 1.0,
85
+ "reshape_hidden_states": false,
86
+ "return_dict": true,
87
+ "return_dict_in_generate": false,
88
+ "sep_token_id": null,
89
+ "stage_names": [
90
+ "stem",
91
+ "stage1",
92
+ "stage2",
93
+ "stage3",
94
+ "stage4",
95
+ "stage5",
96
+ "stage6",
97
+ "stage7",
98
+ "stage8",
99
+ "stage9",
100
+ "stage10",
101
+ "stage11",
102
+ "stage12",
103
+ "stage13",
104
+ "stage14",
105
+ "stage15",
106
+ "stage16",
107
+ "stage17",
108
+ "stage18",
109
+ "stage19",
110
+ "stage20",
111
+ "stage21",
112
+ "stage22",
113
+ "stage23",
114
+ "stage24",
115
+ "stage25",
116
+ "stage26",
117
+ "stage27",
118
+ "stage28",
119
+ "stage29",
120
+ "stage30",
121
+ "stage31",
122
+ "stage32",
123
+ "stage33",
124
+ "stage34",
125
+ "stage35",
126
+ "stage36",
127
+ "stage37",
128
+ "stage38",
129
+ "stage39",
130
+ "stage40"
131
+ ],
132
+ "suppress_tokens": null,
133
+ "task_specific_params": null,
134
+ "temperature": 1.0,
135
+ "tf_legacy_loss": false,
136
+ "tie_encoder_decoder": false,
137
+ "tie_word_embeddings": true,
138
+ "tokenizer_class": null,
139
+ "top_k": 50,
140
+ "top_p": 1.0,
141
+ "torch_dtype": "float32",
142
+ "torchscript": false,
143
+ "transformers_version": "4.35.0.dev0",
144
+ "typical_p": 1.0,
145
+ "use_bfloat16": false,
146
+ "use_swiglu_ffn": true
147
+ },
148
+ "backbone_featmap_shape": null,
149
+ "backbone_out_indices": null,
150
+ "fusion_hidden_size": 256,
151
+ "head_in_index": -1,
152
+ "hidden_act": "gelu",
153
+ "hidden_dropout_prob": null,
154
+ "hidden_size": 768,
155
+ "image_size": null,
156
+ "initializer_range": 0.02,
157
+ "intermediate_size": null,
158
+ "is_hybrid": false,
159
+ "layer_norm_eps": null,
160
+ "model_type": "dpt",
161
+ "neck_hidden_sizes": [
162
+ 192,
163
+ 384,
164
+ 768,
165
+ 1536
166
+ ],
167
+ "neck_ignore_stages": [],
168
+ "num_attention_heads": null,
169
+ "num_channels": null,
170
+ "num_hidden_layers": null,
171
+ "patch_size": null,
172
+ "qkv_bias": null,
173
+ "readout_type": "project",
174
+ "reassemble_factors": [
175
+ 4,
176
+ 2,
177
+ 1,
178
+ 0.5
179
+ ],
180
+ "semantic_classifier_dropout": 0.1,
181
+ "semantic_loss_ignore_index": 255,
182
+ "torch_dtype": "float32",
183
+ "transformers_version": null,
184
+ "use_auxiliary_head": true,
185
+ "use_batch_norm_in_fusion_residual": false,
186
+ "use_bias_in_fusion_residual": false
187
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2850413a96d137e46a4f75563ecbedf47387bb7fca8fd9a078b00420e340e829
3
+ size 4798105357