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

how can i get real depth from depth map?

kimwongyuda opened this issue · comments

i get a depth map from bts_test.py and finally i want to calculate real depth from the depth map when i know max_depth, min_depth in the real world.

do you have related codes about that?

@kimwongyuda You should divide the results (png files under /raw folder) by 1000 for NYU dataset and 256 for KITTI dataset.

@kimwongyuda You should divide the results (png files under /raw folder) by 1000 for NYU dataset and 256 for KITTI dataset.

Thanks for your reply, Does it mean the max real depth in kitti is less than 256?