evp_depth / config.json
MykolaL's picture
Upload EVPDepth
c47b410 verified
raw
history blame
No virus
317 Bytes
{
"architectures": [
"EVPDepth"
],
"dataset": "nyudepthv2",
"deconv_kernels": [
2,
2,
2
],
"max_depth": 10,
"min_depth_eval": 0.001,
"model_type": "EVP",
"num_deconv": 3,
"num_filters": [
32,
32,
32
],
"torch_dtype": "float32",
"transformers_version": "4.35.2"
}