TobiasGruening/ARU-Net

demo model fail with low resolution

Closed this issue · 2 comments

I try to inference with document image using pretrained model. With high resolution images, it works fine. But some documents with lower resolution, i.e: 700x800 it 's not working well.

Hi Lynx,
per default the images are downscaled: scale=0.33 have a look at util.inference_pb maybe adapting this for your low resolution images is a good idea.
Kind regards,
Tobias

Hi Lynx,
per default the images are downscaled: scale=0.33 have a look at util.inference_pb maybe adapting this for your low resolution images is a good idea.
Kind regards,
Tobias

Thanks, It works.