Inference on variable image size
zairm21 opened this issue · 2 comments
zairm21 commented
Hi,
First off thanks for sharing your work. My question is that does DocDiff work on different document image sizes, e.g: image of an entire document page or it only works on small square patches?
Thanks!
Royalvice commented
Thank you for your interest in DocDiff's work. You can refer to Issue #7 for more information. DocDiff can perform inference on images with arbitrary width and height that are divisible by 8 (2**[number of downsampling iterations]).
zairm21 commented
I padded the image and it worked. Thanks @Royalvice