fix(knowing framework/yolov2 region layer): free region layer thresholds

This commit is contained in:
yangtuo250
2021-12-16 10:39:50 +08:00
parent c782dd26c4
commit 62df72af5b
7 changed files with 42 additions and 22 deletions
@@ -19,7 +19,8 @@ void simple_CSV_read()
fin = open(CSV_PATH, O_RDONLY);
if (!fin) {
printf("Error open file %s", CSV_PATH);
exit(-1);
// exit(-1);
return;
}
read(fin, buffer, sizeof(buffer));
close(fin);