Hao Feng

Results 47 comments of Hao Feng
trafficstars

Hi~ Thanks for your attention to our work! The shape b,128,H/8,W/8 can be first reshaped to b, 8*8*2,H/8,W/8 and then permuted to b, 2, H/8, 8, W/8, 8. In this...

Hi, thanks for your kind attention to our work! Our DocScanner is still under review. :worried: We will release the code when it is accepted. If you have any problems...

您好,很感谢您对我们工作的关注! 很遗憾,我们的DocScanner在TPAMI上历时14个月被拒了。 一轮是一个majar,一个minor。 二轮给major的审稿人改为minor,很难过一轮给minor的审稿人没有审稿,换了新的审稿人给了major。 编辑给了拒稿重投~

我们对比了2022年的一些工作,您可以查看一下最新版本。 目前论文还在审,希望可以早日被接收~

Hi, thanks for your attention to our work! We will release the code when the paper is accepted.

Yes, you can use our DIR300 for your training.

Hi, I am sorry for the late reply due to my health. I use the cv2.adaptiveThreshold for binarization as follows, ``` cv2.adaptiveThreshold(xxx, 255, cv2.ADAPTIVE_THRESH_MEAN_C, cv2.THRESH_BINARY_INV,ADAPTIVE_WINSZ, 25) ``` Besides, for dilation,...

``` ADAPTIVE_WINSZ=35 ``` ``` width and height are the shape of textline candidate if (width < 30) or (height < 2) or (width < 1.5*height): this is not a textline...

@Sanster @nrupatunga Sorry for the late reply. Thanks for your kind attention to our work. We will release the paper and update the repo in the next week.

Hi, sorry for the late reply due to my health. (1) I have uploaded the evalUnwarp.m in this repo. (2) For the OCR evaluation, I do not resize the two...