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.39k stars 277 forks source link

How sensitive is the reading? #12

Open jimb2834 opened 3 months ago

jimb2834 commented 3 months ago

Hello, Great project thanks for sharing

I have a use case where I need depth measurements of a face. My test case is several people with different nose sizes. Strange usecase but I have to solve it and I thought this could help.

I was going to just take each image and try and get readings for the forehead, nose etc, and see if it would tell me a variance between different people.

  1. Does it provide an INT in the response based on the predicted height "depth"?
  2. And how sensitive is that?

thank you for any advice