Skip to content

Instantly share code, notes, and snippets.

// extention of darknet/src/detector.c
save_image(im, "predictions"); // line: 1346 (2020/02/02)
// ----- add below code ----- //
/* please change according to your environment. */
// export root path. (specified directory need to create before execute.)
char* rootPath = (char*)"prediction-results";