Merge pull request #71 from mikegerber/fix/downgrade-patch-dim-log

🧹 Downgrade "Patch size" log message to debug
pull/73/head
vahidrezanezhad 2 years ago committed by GitHub
commit ceb9b8f2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -546,7 +546,7 @@ class Eynollah:
if img.shape[1] < img_width_model:
img = resize_image(img, img.shape[0], img_width_model)
self.logger.info("Patch size: %sx%s", img_height_model, img_width_model)
self.logger.debug("Patch size: %sx%s", img_height_model, img_width_model)
margin = int(marginal_of_patch_percent * img_height_model)
width_mid = img_width_model - 2 * margin
height_mid = img_height_model - 2 * margin

Loading…
Cancel
Save