From f9257beeb822f31f56a9ebde2a6e389527b386a5 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Mon, 5 Jul 2021 12:58:24 -0400 Subject: [PATCH] export: updated default poses format (11) --- tools/Export/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Export/main.cpp b/tools/Export/main.cpp index 341a9f47..72f244ce 100644 --- a/tools/Export/main.cpp +++ b/tools/Export/main.cpp @@ -153,7 +153,7 @@ int main(int argc, char * argv[]) bool exportPoses = false; bool exportPosesCamera = false; bool exportPosesScan = false; - int exportPosesFormat = 10; + int exportPosesFormat = 11; bool exportImages = false; bool exportImagesId = false; std::string outputName;