Added cfg, labels, tree ... files for Yolo9000

This commit is contained in:
AlexeyAB
2017-07-28 00:24:10 +03:00
parent 576dbe12e6
commit 1fd398da4f
12 changed files with 29003 additions and 1 deletions

View File

@ -543,7 +543,7 @@ void show_image_cv_ipl(IplImage *disp, const char *name)
//printf("\n cvCreateVideoWriter, DST output_video = %p \n", output_video);
}
//cvWriteFrame(output_video, disp); // comment this line to improve FPS !!!
cvWriteFrame(output_video, disp); // comment this line to improve FPS !!!
printf("\n cvWriteFrame \n");
}