liuyuan-pal / NeuRay

[CVPR2022] Neural Rays for Occlusion-aware Image-based Rendering
GNU General Public License v3.0
407 stars 31 forks source link

how can i export the result to pointcloud #9

Closed guijuzhejiang closed 1 year ago

liuyuan-pal commented 2 years ago

You may use the depth map here https://github.com/liuyuan-pal/NeuRay/blob/ecc10276a96c90d65c639a4558c1e6d95874a915/render.py#L61 and then compute the point cloud from the rendered depth map.