I am wondering if it is possible to change the value in config_zoedepth_nk.json to force outputs below the maximum depth value set? Or is this a config just describing how the model was trained?
conf" : [
{
"name": "nyu",
"n_bins": 64,
"min_depth": 1e-3,
"max_depth": 5.0 <---- i want to change this from 10.0 to 5.0
},
Hello,
I am wondering if it is possible to change the value in config_zoedepth_nk.json to force outputs below the maximum depth value set? Or is this a config just describing how the model was trained?
conf" : [ { "name": "nyu", "n_bins": 64, "min_depth": 1e-3, "max_depth": 5.0 <---- i want to change this from 10.0 to 5.0 },
Thank you for any help