From 1b9da0589aaedd60a5f5223d80f71315b8f5837b Mon Sep 17 00:00:00 2001 From: Moreno Razzoli Date: Thu, 17 Jun 2021 10:55:43 +0200 Subject: [PATCH] export: csv file extension --- demo/demo/demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demo/demo.cpp b/demo/demo/demo.cpp index 75b33c3..e912136 100644 --- a/demo/demo/demo.cpp +++ b/demo/demo/demo.cpp @@ -104,7 +104,7 @@ int main(int argc, char *argv[]) { std::vector batch_dnn_input; if(save_detections) - outfile.open("detections.txt", std::ofstream::out); + outfile.open("detections.csv", std::ofstream::out); int frame_num = -1;