EraseNet icon indicating copy to clipboard operation
EraseNet copied to clipboard

Results 12 EraseNet issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/48058763/197393627-3d1cd1a0-6e84-4037-b4e9-fb0a48681cee.png)

Can you provide a pre-trained model?Thanks~

Hi,thank u for your wonderful work and the open source code. do u have the plan to provide the pretrain model?

Getting below error under pytorch version >1.4 . but it's good at pytorch 1.4. RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation:...

下载模型测试结果怎么会是这样的呢? StrOuput 的结果 ![118](https://github.com/lcy0604/EraseNet/assets/32585434/b9558ef7-c9a2-4783-9704-beef7eaa6f21)

pytorch 1.13.1 cuda11.6 Traceback (most recent call last): File "/EraseNet/train_STE.py", line 109, in G_loss.backward() File /.conda/envs/paddle_env/lib/python3.9/site-packages/torch/_tensor.py", line 488, in backward torch.autograd.backward( File ".conda/envs/paddle_env/lib/python3.9/site-packages/torch/autograd/__init__.py", line 197, in backward Variable._execution_engine.run_backward( # Calls...

你好,请问一下擦除效果会受到哪些因素影响,我使用你开源的模型进行文字擦除,效果不好,文本mask使用的文本检测模型,不知道是我代码问题,还是说受到训练数据的影响,导致我的预测结果不佳,图片的大小和非文本区域的数据分布会影响擦除效果吗,以下是我的原始图片ori和预测图片result ![ori](https://user-images.githubusercontent.com/58240629/229351818-a0024275-136e-462c-ae58-4af2bd10524a.png) ![result](https://user-images.githubusercontent.com/58240629/229351819-74f04c5d-cefc-4ef2-801c-adbf8ee308c5.png)