facebookresearch / DeepSDF

Learning Continuous Signed Distance Functions for Shape Representation
MIT License
1.4k stars 259 forks source link

The preprocessing program cannot terminate correctly #60

Closed trisct closed 3 years ago

trisct commented 3 years ago

Hi, I noticed that for some reason the preprocessing program always hangs for processing the last mesh. And the mesh that causes the program to hang is different each time.

trisct commented 3 years ago

After debugging with the cpp files I can confirm that the program is stuck at

pangolin::Geometry geom = pangolin::LoadGeometry(meshFileName);

Closing this issue as it may be a problem in pangolin rather than DeepSDF.