Closed HieuPhan33 closed 2 years ago
You could use these two functions: https://github.com/manurare/360monodepth/blob/7b81bc471b3bcf4c9db4676805fe68b1a5dc5f0d/code/python/src/utility/depthmap_utils.py#L736 https://github.com/manurare/360monodepth/blob/7b81bc471b3bcf4c9db4676805fe68b1a5dc5f0d/code/python/src/utility/depthmap_utils.py#L660
Hi, thanks for sharing the code.
Based on my understanding, the output
erp_dispmap_blend
of thedepth_estimation()
function is the disparity maps not the depth map.If so, how can I convert disparity to depth and store them as pfm.
Thanks.