File size: 455 Bytes
cc3e5aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "generic": {
        "seed": 13
    },
    "training": {},
    "data": {
        "image_shape": [462, 616]
    },
    "model": {
        "name": "UniDepthV1",
        "num_heads": 8,
        "expansion": 4,
        "pixel_decoder": {
            "hidden_dim": 512,
            "depths": [3, 2, 1],
            "dropout": 0.0
        },
        "pixel_encoder": {
            "name": "convnext_large",
            "pretrained": null
        }
    }
}