report: added --gt option to input external ground truth file. DBViewer: fixed crash when unchecking "Ignore intermediate nodes".

This commit is contained in:
matlabbe
2023-10-27 17:10:10 -07:00
parent 8da6ea1707
commit 08d0ef7408
5 changed files with 279 additions and 111 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ Transform RegistrationVis::computeTransformationImpl(
}
}
UDEBUG("Pprojected %d/%ld points inside %d cameras (time=%fs)",
UDEBUG("Projected %d/%ld points inside %d cameras (time=%fs)",
inFrame, cornersTo.size(), nCameras, t.ticks());
}
}