-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about training Tnet model only using real data #3
Comments
Thank you for sharing the experiment detail! I am currently trying to implement the document dewarping method to achieve the following effect (recorded from https://www.textin.com/experience/text_auto_removal) 2022-08-18.2.07.59.movAmong several methods, PaperEdge can get very good results
|
As far as I know, maybe the closest approach to self-supervision is Fourier Document Restoration for Robust Document Dewarping and Recognition. Although it open-sources the dataset, unfortunately, the authors do not have the open source code. |
lol yeah I read that paper. The ideas are very similar. Might be a concurrent work lol. |
I have tried to reproduce FDRNet recently, but it seems hard to converge.
|
您好,请问docunet数据集您那里有吗 |
Sorry I just found the data server in my previous lab had been down...so neither the DocUNet benchmark nor the Doc3D dataset is inaccessible. If you just need the benchmark dataset, I have a backup copy on google drive: As to the Doc3D dataset, it is too large to put on gdrive....I am not sure when the data server will be back online... sorry for the inconvenience. |
您好,很抱歉打扰。我刚刚做这个项目,但是作者实验室的服务器关闭了,无法访问 Doc3D 数据集。看到评论区您有做过这个项目,所以想问一下您还有没有数据集的保存,如果有的话,希望能够得到分享非常感谢 |
该数据集非常庞大,大约有1TB,通过网络传输非常困难,如果你在中国大陆,或许我可以线下分享给你们 |
Doc3D 的数据太大了。。。还是等作者服务器恢复吧 |
嗯嗯嗯,确实太大了,谢谢您的回复。我在中国大连,线下还是太麻烦您了,就不用了。我看到上面作者有回复benchmark dataset,不知道用这个数据集还有lDIW数据集能不能运行这个项目呢。 |
嗯嗯嗯,好的,谢谢您的回复。 |
您好,能问一下文档bgtex.txt中的图片对应的是数据集中的那一部分吗 |
您好,请问一下,数据量这么大,你们是怎样下载下来的,电脑的存储容量不够啊,还有就是能不能用其他数据集代替呢 |
原来就是通过作者的服务器下载的,据我所知没有这么全的数据集了,另一个选择是使用作者的代码自己生成 https://github.com/sagniklp/doc3D-renderer |
非常感谢您的回复,这个脚本里用到了一个bpy包,下载完blender后,在python里还是无法运行,想知道如何解决 |
我是一个学生,请帮助我一下,我想知道大家是如何自己训练出个作者已经训练好的那两个预模型,希望大家可以给我分享代码,感激不尽,本人邮箱[email protected] |
Have you solved this?Also mentioned in #18 (comment) |
您好,如果您愿意分享这个数据集,我将十分感谢,我的坐标在杭州 |
Have you ever tried to train Tnet only using real data(using unsupervised training)? I am curious if it is possible to converge. Thanks
The text was updated successfully, but these errors were encountered: