ialhashim / DenseDepth

High Quality Monocular Depth Estimation via Transfer Learning
https://arxiv.org/abs/1812.11941
GNU General Public License v3.0
1.58k stars 354 forks source link

Units of the depth estimation #213

Open jdanielhoyos opened 2 years ago

jdanielhoyos commented 2 years ago

Hello. I'm getting the depth estimation from outputs = predict(model, inputs) But this output has a range between 0.5 and 0.05 from my custom image, what are the units of this depth estimation? because it do not match with actual depths, it is normalized with what value? Thanks