Closed wangzizhe closed 3 years ago
Hi, you can use the 'colormap' function in utils.py to visualize the depth map.
Could you please leave more hints here? I tried a little bit but still don't have ideas about how to use colormap
function. Thanks in advance.
Or you can also use the following code to visualize the depth map.
mpimg.imsave(args.out_dir+'/preddepth%02d.png'%i, pred_depth_np, cmap="jet")
Thanks a lot. Maybe it's a good idea to merge it to the code, so everybody who run the code will have an intuitive understanding of how this model works. Have a good day 💯
Hi, I have a question about how to visualize the depth map picture as you showed in your result? Thanks in advance.