Open Rodger-Huang opened 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
np.log10(pred_depth)
pred_depth
Hi, I want to know why you save
np.log10(pred_depth)
instead ofpred_depth
? https://github.com/cogaplex-bts/bts/blob/653b5d3a57c9ba0dd19f4d25e9121449d2cc761c/pytorch/bts_test.py#L206