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;