DocDiff
DocDiff copied to clipboard
ACM Multimedia 2023: DocDiff: Document Enhancement via Residual Diffusion Models. Also contains 1597 red seals in Chinese scenes, along with their corresponding binary masks.
This issue is coming during inference phase of this model for every image File "/home/mepluser1/rahul_hanot/try_new/DocDiff/model/DocDiff.py", line 315, in forward x = torch.cat((x, s), dim=1) RuntimeError: Sizes of tensors must match...
How can we convert these models into ONNX format and deploy them could you please provide code for ONNX inference
这个开源项目提供了一些生成噪声的预处理流程。 https://github.com/sparkfish/shabby-pages 他提供了一个pipeline,用于合成各种噪声的图片。 
Hi, Thanks for this great work. I will be greatfull if you can provide me by the pretrained weights model's docdiff that were used for the H-Dibco datasets for research...
请问如何训练一个文档图片二值化模型,是采用config.yaml来配置样本集和训练集,这个docdiff模型可以直接进行end2end的训练对么?
when I train the network with PRE_ORI : 'True' everything looks fine. I tried training the model with PRE_ORI : 'False'. However, during trainig where I save the initial predictions...
 安装火眼OCR,运行以后,没有显示扫描登陆的二维码
Hi, can you help me out with the inference code for super resolution of my test images, I am trying to implement your inference.py in Colab, will it work there,...