From 69165b1b6344ed364884d4cd8d8e9211b20bbeaf Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 15 Jul 2021 14:31:30 +0200 Subject: [PATCH] Remove double block --- std-det-writer/src/main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/std-det-writer/src/main.cpp b/std-det-writer/src/main.cpp index 710525b..d55241a 100644 --- a/std-det-writer/src/main.cpp +++ b/std-det-writer/src/main.cpp @@ -67,14 +67,6 @@ int main (int argc, char *argv[]) const int i_image = document["i_image"].GetInt(); const int n_images = document["n_images"].GetInt(); - // i_image == n_images -> end of run. - if (i_image == n_images) { - writer.close_run(); - - stats.end_run(); - continue; - } - // i_image == n_images -> end of run. if (i_image == n_images) { writer.close_run();