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!
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