xiaoyu258 / DocProj

Document Rectification and Illumination Correction using a Patch-based CNN
MIT License
339 stars 86 forks source link

Here is my google colab impimentation of the project, it dosent seem to work at all even on the documents used by this project #28

Open SadafShafi opened 1 year ago

SadafShafi commented 1 year ago

https://colab.research.google.com/drive/1NmKyW8jceBMpfkcfrozWxdwK7JduxBrX?usp=sharing Please tell me if there is something I'm doing wrong in the notebook

SadafShafi commented 1 year ago

here is the before and after preview

image

binwang672012 commented 1 year ago

I try it in my img , and get the same

suborofu commented 11 months ago

Perhaps the answer is already useless for the author of the question, but I'll explain what's wrong with the project for the rest of the people out there You misunderstood the project logic The saveImgPath parameter is responsible for the path of the resized image, not for the final result You need also to stitch the patch flows and convert result to the image as described in the README file