UniDepth / config_v1_vitl14.json
lpiccinelli's picture
Upload config_v1_vitl14.json with huggingface_hub
bf087dc verified
{
"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
}
}
}