export detections to file #239

Closed
morrolinux wants to merge 5 commits from cnet into cnet
Showing only changes of commit 1b9da0589a - Show all commits
+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;