DepthAnything / Depth-Anything-V2

[NeurIPS 2024] Depth Anything V2. A More Capable Foundation Model for Monocular Depth Estimation
https://depth-anything-v2.github.io
Apache License 2.0
3.86k stars 336 forks source link

Nitpicking Issue Not Affecting Performance #71

Closed ktertikas closed 4 months ago

ktertikas commented 4 months ago

First of all thank you for the amazing work!

Just a bit of nitpicking here, but there seems to be two ReLU functions on the DepthAnythingv2 model, one in the self.scratch.output_conv2 definition (see here), and one in the forward call (see here). I would suggest removing one of the two for clarity!

Best regards, Konstantinos

LiheYoung commented 4 months ago

Thanks for the reminder. We will remove one in the next update.