DepthAnything / Depth-Anything-V2

Depth Anything V2. A More Capable Foundation Model for Monocular Depth Estimation
https://depth-anything-v2.github.io
Apache License 2.0
3.3k stars 261 forks source link

what min_depth and max_depth values to use for relative depth #69

Open YacineDeghaies opened 2 months ago

YacineDeghaies commented 2 months ago

Hi, In the dist_train.sh file for training , what min_depth and max_depth values should I use ? I'm training the model of my own custom dataset that has 8-bit relative depth maps.

the default values are min_depth=0.001 max_depth=20

should I keep them ?

Thanks

fliqadnan commented 2 months ago

Hi,

i am trying to train my model of my own custom dataset but i didnt manage to run dist_train.sh how can i contact with you ? can u help me please .

YacineDeghaies commented 2 months ago

Ok here's my discord: xarda5 but I encourage you to read this for future questions >> http://www.catb.org/~esr/faqs/smart-questions.html

LiheYoung commented 2 months ago

@YacineDeghaies, hi, the script and code you mentioned are used to train metric depth models, rather than relative depth models. It is not trivial to modify them for your relative depth dataset.

YacineDeghaies commented 1 month ago

@LiheYoung I've been trying to modify the code for that but to no avail. Since I need to work with relative depth maps, could you recommend a good model for that? I actually don't need metric depth at all—my focus is solely on relative depth maps. I know this is out of topic and I apologize for that.