You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: