St4RTrack / Pair /config.json
yupengchengg147's picture
Upload folder using huggingface_hub
c717216 verified
raw
history blame contribute delete
643 Bytes
{
"arch_mode": "VanillaDust3r",
"conf_mode": [
"exp",
1,
Infinity
],
"dec_depth": 12,
"dec_embed_dim": 768,
"dec_num_heads": 12,
"depth_mode": [
"exp",
-Infinity,
Infinity
],
"enc_depth": 24,
"enc_embed_dim": 1024,
"enc_num_heads": 16,
"freeze": "encoder",
"head1_pretrained_path": null,
"head_type": "dpt",
"head_type1": "dpt",
"img_size": [
512,
288
],
"landscape_only": false,
"output_mode": "pts3d",
"patch_embed_cls": "PatchEmbedDust3R",
"pos_embed": "RoPE100",
"random_init": "none",
"random_init_lr_scale": 1.0,
"rope_mode": "full_3d",
"seq_mode": "NA"
}