Visualizing-CNNs-for-monocular-depth-estimation icon indicating copy to clipboard operation
Visualizing-CNNs-for-monocular-depth-estimation copied to clipboard

depth_ or depth for testing ?

Open PouyaNF opened this issue 3 years ago • 0 comments

Hello, in train.py you used errors = util.evaluateError(output,depth) but in test.py you used errors = util.evaluateError(output,depth_) which one is correct? shouldn't be in test.py also depth instead of _depth?

PouyaNF avatar Jun 10 '22 20:06 PouyaNF