You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
adizhol
changed the title
Why mesh extration skip each second frame?
Why mesh extraction skip each second frame?
Nov 23, 2022
In
BundleFusion_Ubuntu_Pangolin/src/BundleFusion.cpp
Line 322 in 0c470d9
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
The text was updated successfully, but these errors were encountered: