autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

Killed when run dtu_eval/eval.py #36

Closed Shhfdsdf closed 1 month ago

Shhfdsdf commented 1 month ago

20240515143044 hi, after i extracted the dtu mesh and used the code to eval it,it was shut down, i thought maybe it's because of some triangle noise,so i remove these artifacts manually ,and then eval it ,but it was still killed.

niujinshuchong commented 1 month ago

Hi, the eval script will sample many points on the surface. If the input mesh contains large faces for the background region (this is what you shown in the screenshot), it will generate a lot more points and might leads to memory issues. For this region, we use the TSDF fusion for the mesh evaluation for the DTU dataset.

Shhfdsdf commented 1 month ago

thanks!