File size: 1,053 Bytes
6957d2b | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"_class_name": "TraceAnything",
"_diffusers_version": "0.35.2",
"decoder_args": {
"attn_drop": 0.0,
"attn_implementation": "flash_attention",
"decoder_type": "fast3r",
"depth": 24,
"drop": 0.0,
"embed_dim": 1024,
"enc_embed_dim": 1024,
"mlp_ratio": 4.0,
"num_heads": 16,
"qkv_bias": true,
"random_image_idx_embedding": false
},
"encoder_args": {
"attn_implementation": "flash_attention",
"depth": 24,
"embed_dim": 1024,
"encoder_type": "croco",
"img_size": 512,
"mlp_ratio": 4,
"num_heads": 16,
"patch_embed_cls": "ManyAR_PatchEmbed",
"patch_size": 16,
"pos_embed": "RoPE100"
},
"head_args": {
"conf_mode": [
"exp",
1,
Infinity
],
"depth_mode": [
"exp",
-Infinity,
Infinity
],
"head_type": "dpt",
"landscape_only": true,
"output_mode": "pts3d",
"patch_size": 16,
"with_local_head": true
},
"poly_degree": 10,
"targeting_mechanism": "bspline_conf",
"whether_local": false
}
|