ranahanocka / point2mesh

Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
MIT License
1.05k stars 121 forks source link

Out-of-memory issue #37

Open sdfggds opened 11 months ago

sdfggds commented 11 months ago

Hello, I noticed that the code you provided is designed for a single GPU and may not support multi-GPU usage to address the out-of-memory issue when dealing with a single point cloud. Additionally, I understand that the paper mentions processing up to 40,000 faces, but you experience out-of-memory errors when upsampling to 16,000 faces using the same GPU.