export: csv file extension
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]) {
|
|||||||
std::vector<cv::Mat> batch_dnn_input;
|
std::vector<cv::Mat> batch_dnn_input;
|
||||||
|
|
||||||
if(save_detections)
|
if(save_detections)
|
||||||
outfile.open("detections.txt", std::ofstream::out);
|
outfile.open("detections.csv", std::ofstream::out);
|
||||||
|
|
||||||
int frame_num = -1;
|
int frame_num = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user