demo model fail with low resolution
lynx97 opened this issue · 2 comments
lynx97 commented
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.
TobiasGruening commented
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
lynx97 commented
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.