reprocess: show number of sessions linked to last pose

This commit is contained in:
matlabbe
2025-10-09 14:04:29 -07:00
parent 1abb70ef36
commit d60c15593d
+1 -2
View File
@@ -1299,7 +1299,6 @@ int main(int argc, char * argv[])
}
}
int databasesMerged = 0;
if(!incrementalMemory)
{
showLocalizationStats(outputDatabasePath);
@@ -1322,7 +1321,7 @@ int main(int argc, char * argv[])
mapIds.insert(id);
}
}
databasesMerged = mapIds.size();
printf("Sessions linked to last pose: %ld/%ld\n", mapIds.size(), databases.size());
}
}