ActiveVisionLab / nope-nerf

(CVPR 2023) NoPe-NeRF: Optimising Neural Radiance Field with No Pose Prior
https://nope-nerf.active.vision/
MIT License
372 stars 30 forks source link

generate pointcloud #26

Open amberhappy opened 9 months ago

amberhappy commented 9 months ago

Hi, Tanks a lot for your job. How to generate a RGB pointcloud when finish training?

bianwenjing commented 8 months ago

Hi, you could apply a threshold to the RGB and density predictions based on a specific density value. Alternatively, you can unproject the rendered RGB and depth into 3D to generate the point cloud.