cleinc / bts

From Big to Small: Multi-Scale Local Planar Guidance for Monocular Depth Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why save pred_depth using np.log10?

Rodger-Huang opened this issue · comments

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