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
//((SensorDataReader*)g_depthSensingRGBDSensor)->saveToFile(saveFile, trajectory); //overwrite the original file //TODO UNCOMMENT
937
-
//((SensorDataReader*)g_depthSensingRGBDSensor)->saveToFile(util::removeExtensions(saveFile) + "_fried.sens", trajectory); //overwrite the original file
936
+
((SensorDataReader*)g_depthSensingRGBDSensor)->saveToFile(saveFile, trajectory);//overwrite the original file //TODO UNCOMMENT
938
937
//save ply
939
938
std::cout <<"[marching cubes]";
940
939
StopScanningAndExtractIsoSurfaceMC(util::removeExtensions(GlobalAppState::get().s_binaryDumpSensorFile) +".ply",true);//force overwrite and existing plys
if (GlobalBundlingState::get().s_enableGlobalTimings) { t.start(); }// just sync-ed //{ GlobalAppState::get().WaitForGPU(); cudaDeviceSynchronize(); t.start(); }
1067
-
bool trackingLost = bGotDepth && !validTransform;
1066
+
bool trackingLost = bGotDepth &&(!validTransform || bGlobalTrackingLost);//tracking lost when local frame has tracking lost or global frame has tracking lost