Skip to content

Commit

Permalink
Restore build
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Oct 1, 2023
1 parent 37b990a commit 4aad894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/detector.c
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 +1800,7 @@ void test_detector(char *datacfg, char *cfgfile, char *weightfile, char *filenam
#ifndef _WIN32
}
else{

DIR *folder;
struct dirent *entry;
int files = 0;
Expand Down Expand Up @@ -1944,6 +1945,8 @@ void test_detector(char *datacfg, char *cfgfile, char *weightfile, char *filenam
free_alphabet(alphabet);
free_network(net);
}
#endif
}

#if defined(OPENCV) && defined(GPU)

Expand Down

0 comments on commit 4aad894

Please sign in to comment.