File size: 491 Bytes
105f1c7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"conf_mode": [
"exp",
1,
Infinity
],
"corr_depth": 2,
"dec_depth": 12,
"dec_embed_dim": 768,
"dec_num_heads": 12,
"depth_mode": [
"exp",
-Infinity,
Infinity
],
"enc_depth": 24,
"enc_embed_dim": 1024,
"enc_minibatch": 11,
"enc_num_heads": 16,
"head_type": "linear",
"img_size": [
224,
224
],
"mv_dec1": "MultiviewDecoderBlock_max",
"mv_dec2": "MultiviewDecoderBlock_max",
"output_mode": "pts3d",
"pos_embed": "RoPE100"
} |