Open kimwongyuda opened 4 years ago
@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?
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?