Alexey
2018-05-03 535353cdaad78714640c171fd797f281b0c49c28
Merge pull request #737 from IlyaOvodov/Fix_thin

FIX #736: Detector does not draw rects for images with small resolutions
1 files modified
2 ■■■■■ changed files
src/image.c 2 ●●●●● patch | view | raw | blame | history
src/image.c
@@ -251,6 +251,8 @@
        }
        if (class_id >= 0) {
            int width = im.h * .006;
            if (width < 1)
                width = 1;
            /*
            if(0){