xiaoyu258 / DocProj

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

Source code #1

Closed Enuvesta closed 4 years ago

Enuvesta commented 5 years ago

Hi!

Do you plan you open up the source code before conference?

Thanks!

xiaoyu258 commented 4 years ago

Thanks for your attention. Yes, I will do it later.

krishvishal commented 4 years ago

Hi @xiaoyu258 do you have any approximate timeline? The dataset is very interesting. Would love if you can release the dataset sooner.

xiaoyu258 commented 4 years ago

Hi, @Enuvesta @krishvishal I just upload the code and dataset. Sorry for being late.

Enuvesta commented 4 years ago

Thank you so much! I had a quick look on your repository and I've noticed that stiching part is done with help of .exe file. Does it mean that there is no end-to-end python pipeline for processing one input image and getting the rectified version?

xiaoyu258 commented 4 years ago

Yes, for the stitching part I use some C++ libraries to help me implement so there is no end-to-end python pipeline currently.

Enuvesta commented 4 years ago

Is there any chance to see source C++ code instead of .exe file?

krishvishal commented 4 years ago

I think the C++ code can be made into an end-to-end pipeline with the python code using PyBind11. I've done it before. Hope we can see the C++ source code.

IceSuger commented 4 years ago

Awesome work! Also hope to see the C++ source code of the stitching part~

xiaoyu258 commented 4 years ago

Thanks, maybe I can try PyBind11 later. Sorry guys, for the stitching, it is a typical graph-cut problem. You can use any tools to solve them. For me, I use some internal interfaces from the company and don't have the copyright to release them.

krishvishal commented 4 years ago

For implementing the index optimization part the following library looks like a good candidate. https://github.com/amueller/gco_python.

I want to implement the stitching part in python. I'm looking for collaborators.

NISH1001 commented 4 years ago

@xiaoyu258 Is there any way we can view the source code for stitching the flows? Or any detail description regarding the 5-dimension tensor for the unstitched flows?

xiaoyu258 commented 4 years ago

@NISH1001 , for stitching, I use some internal interfaces from the company and don't have the copyright to release them. And you can refer to our paper for algorithm details. Sorry about that.

NISH1001 commented 4 years ago

@xiaoyu258 Thanks. No worries.

huxianer commented 3 years ago

@xiaoyu258 @krishvishal @IceSuge @NISH1001 @Enuvesta Hi,Could you give me any help for other consistent alternative for the same function of Graph.exe?Thank you very much for any help!