jkulhanek / tetra-nerf

Official implementation for Tetra-NeRF paper - NeRF represented as triangulation of input point cloud.
https://jkulhanek.com/tetra-nerf
MIT License
266 stars 14 forks source link

Using dense point cloud #21

Closed Mehi44 closed 10 months ago

Mehi44 commented 10 months ago

In the original paper it stated that the tetra-hedra field can be obtained from the sparse or dense point cloud. How can we use the dense point cloud ?

jkulhanek commented 10 months ago

Please take a look at any tetranerf/scripts/process_*. There should be a --run-dense flag which enables the dense PC reconstruction.

Mehi44 commented 10 months ago

That seems to do it, thanks! also must change the path here python -m tetranerf.scripts.triangulate --pointcloud <data folder>/dense.ply --output <data folder>/dense.th