cleinc / bts

From Big to Small: Multi-Scale Local Planar Guidance for Monocular Depth Estimation
GNU General Public License v3.0
635 stars 179 forks source link

Why save pred_depth using np.log10? #109

Open Rodger-Huang opened 3 years ago

Rodger-Huang commented 3 years ago

Hi, I want to know why you save np.log10(pred_depth) instead of pred_depth? https://github.com/cogaplex-bts/bts/blob/653b5d3a57c9ba0dd19f4d25e9121449d2cc761c/pytorch/bts_test.py#L206