export: csv file extension

This commit is contained in:
Moreno Razzoli
2021-06-17 10:55:43 +02:00
parent 1883373dbc
commit 1b9da0589a
+1 -1
View File
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]) {
std::vector<cv::Mat> batch_dnn_input;
if(save_detections)
outfile.open("detections.txt", std::ofstream::out);
outfile.open("detections.csv", std::ofstream::out);
int frame_num = -1;