Upload DPTForDepthEstimation
This commit is contained in:
parent
475b52c2ed
commit
45026d371e
10
config.json
10
config.json
|
@ -101,6 +101,12 @@
|
||||||
"use_bfloat16": false,
|
"use_bfloat16": false,
|
||||||
"width_factor": 1
|
"width_factor": 1
|
||||||
},
|
},
|
||||||
|
"backbone_featmap_shape": [
|
||||||
|
1,
|
||||||
|
1024,
|
||||||
|
24,
|
||||||
|
24
|
||||||
|
],
|
||||||
"backbone_out_indices": [
|
"backbone_out_indices": [
|
||||||
2,
|
2,
|
||||||
5,
|
5,
|
||||||
|
@ -429,6 +435,10 @@
|
||||||
768,
|
768,
|
||||||
768
|
768
|
||||||
],
|
],
|
||||||
|
"neck_ignore_stages": [
|
||||||
|
0,
|
||||||
|
1
|
||||||
|
],
|
||||||
"num_attention_heads": 12,
|
"num_attention_heads": 12,
|
||||||
"num_channels": 3,
|
"num_channels": 3,
|
||||||
"num_hidden_layers": 12,
|
"num_hidden_layers": 12,
|
||||||
|
|
BIN
pytorch_model.bin (Stored with Git LFS)
BIN
pytorch_model.bin (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue