BundleFusion_Ubuntu_Pangolin icon indicating copy to clipboard operation
BundleFusion_Ubuntu_Pangolin copied to clipboard

Why mesh extraction skip each second frame?

Open adizhol opened this issue 2 years ago • 0 comments

In https://github.com/FangGet/BundleFusion_Ubuntu_Pangolin/blob/0c470d91b2773daad2f7b7adc5819144e1779041/src/BundleFusion.cpp#L322 you basically call g_marchingCubesHashSDF->extractIsoSurfaceGPUNoChrunk every two frames, instead of every frame. I tried to change line 322 to "if (true)" and run every frame, but then Pangloin is frozen/hangs

adizhol avatar Nov 23 '22 14:11 adizhol