Code release for 360monodepth. With our framework we achieve monocular depth estimation for high resolution 360° images based on aligning and blending perspective depth maps.
Thank you very much for this nice library. Could you please let me know how I can access the output depth map? When I run your code on an unseen equirectangular RGB image, I get five images as follows:
000_360monodepth_midas2_frustum.png, 000_360monodepth_midas2_mean.png, 000_360monodepth_midas2_nn.png, 000_360monodepth_midas2_poisson.png, 000_360monodepth_midas2_radial.png
However, I would like to generate the point cloud from the output of your program to see how the depth prediction works visually.
Hello,
Thank you very much for this nice library. Could you please let me know how I can access the output depth map? When I run your code on an unseen equirectangular RGB image, I get five images as follows:
000_360monodepth_midas2_frustum.png
,000_360monodepth_midas2_mean.png
,000_360monodepth_midas2_nn.png
,000_360monodepth_midas2_poisson.png
,000_360monodepth_midas2_radial.png
However, I would like to generate the point cloud from the output of your program to see how the depth prediction works visually.