FIX #736: Detector does not draw rects for images with small resolutions
src/image.c @@ -251,6 +251,8 @@ } if (class_id >= 0) { int width = im.h * .006; if (width < 1) width = 1; /* if(0){