Alexey
2018-07-04 04c0c4fdf84bb7b9e89604e8b9a6079016d5968c
src/data.c
@@ -342,7 +342,7 @@
         system(buff);
         continue;
      }
      if (x < 0 || x > 1 || y < 0 || y > 1) {
      if (x <= 0 || x > 1 || y <= 0 || y > 1) {
         printf("\n Wrong annotation: x = %f, y = %f \n", x, y);
         sprintf(buff, "echo %s \"Wrong annotation: x = %f, y = %f\" >> bad_label.list", labelpath, x, y);
         system(buff);