config.json
| 1 | { |
| 2 | "_commit_hash": null, |
| 3 | "architectures": [ |
| 4 | "DepthAnythingForDepthEstimation" |
| 5 | ], |
| 6 | "backbone": null, |
| 7 | "backbone_config": { |
| 8 | "architectures": [ |
| 9 | "Dinov2Model" |
| 10 | ], |
| 11 | "hidden_size": 384, |
| 12 | "image_size": 518, |
| 13 | "model_type": "dinov2", |
| 14 | "num_attention_heads": 6, |
| 15 | "out_features": [ |
| 16 | "stage3", |
| 17 | "stage6", |
| 18 | "stage9", |
| 19 | "stage12" |
| 20 | ], |
| 21 | "out_indices": [ |
| 22 | 3, |
| 23 | 6, |
| 24 | 9, |
| 25 | 12 |
| 26 | ], |
| 27 | "patch_size": 14, |
| 28 | "reshape_hidden_states": false, |
| 29 | "torch_dtype": "float32" |
| 30 | }, |
| 31 | "fusion_hidden_size": 64, |
| 32 | "head_hidden_size": 32, |
| 33 | "head_in_index": -1, |
| 34 | "initializer_range": 0.02, |
| 35 | "model_type": "depth_anything", |
| 36 | "neck_hidden_sizes": [ |
| 37 | 48, |
| 38 | 96, |
| 39 | 192, |
| 40 | 384 |
| 41 | ], |
| 42 | "patch_size": 14, |
| 43 | "reassemble_factors": [ |
| 44 | 4, |
| 45 | 2, |
| 46 | 1, |
| 47 | 0.5 |
| 48 | ], |
| 49 | "reassemble_hidden_size": 384, |
| 50 | "torch_dtype": "float32", |
| 51 | "transformers_version": null, |
| 52 | "use_pretrained_backbone": false |
| 53 | } |
| 54 | |