isl-org / ZoeDepth

Metric depth estimation from a single image
MIT License
2.36k stars 216 forks source link

max_depth in config_zoedepth_nk.json #105

Open Art3miss233 opened 9 months ago

Art3miss233 commented 9 months ago

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