knazeri / edge-connect

EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
http://openaccess.thecvf.com/content_ICCVW_2019/html/AIM/Nazeri_EdgeConnect_Structure_Guided_Image_Inpainting_using_Edge_Prediction_ICCVW_2019_paper.html
Other
2.5k stars 528 forks source link

Convergency of edge model #177

Open lizijue opened 2 years ago

lizijue commented 2 years ago

Hello @knazeri Thanks for your opening source code. I have used your implementation to train from scratch. I stay all your settings unchanged, but only use another remote sensing dataset, which contains only 800 training images with size 256x256.

At the beginning, I trained a edge model with "MODEL=1". It is observed that after 1000 epoches training, the edge model does learn something, but very slow and far from convergency.

00001 67000

The above images are the samples during training after 1 and 67000 iterations respectively. It shows that the edge model was learning throughout the whole training procedure, but could you tell me why does the estimated results so bad?

Beyond that, I have also trained a inpainting model alone with "MODEL=2", but I get a very different results from the results above, as I list below. It is clear that the inpainting model convergenced successfully, which proves the correctness of the training strategy. So Why I get a results above?

99000

Looking for your replys.

01SHENyankun commented 2 years ago

你好,我想知道你跑这个模型,跑了多长时间,我把它放在3060上跑,max_iters=140000,跑了两天了,还没结束

01SHENyankun commented 2 years ago

方便的话,可以加一下qq:2635505974

Pan-long-ming commented 1 year ago

hello,your ID shows cannot be found

Ghost0405 commented 1 year ago

Hi, have you solved this problem yet?

TT-mouse commented 1 year ago

Hello @knazeri Thanks for your opening source code. I have used your implementation to train from scratch. I stay all your settings unchanged, but only use another remote sensing dataset, which contains only 800 training images with size 256x256.

At the beginning, I trained a edge model with "MODEL=1". It is observed that after 1000 epoches training, the edge model does learn something, but very slow and far from convergency.

00001 67000

The above images are the samples during training after 1 and 67000 iterations respectively. It shows that the edge model was learning throughout the whole training procedure, but could you tell me why does the estimated results so bad?

Beyond that, I have also trained a inpainting model alone with "MODEL=2", but I get a very different results from the results above, as I list below. It is clear that the inpainting model convergenced successfully, which proves the correctness of the training strategy. So Why I get a results above?

99000

Looking for your replys.

Hello @knazeri Thanks for your opening source code. I have used your implementation to train from scratch. I stay all your settings unchanged, but only use another remote sensing dataset, which contains only 800 training images with size 256x256.

At the beginning, I trained a edge model with "MODEL=1". It is observed that after 1000 epoches training, the edge model does learn something, but very slow and far from convergency.

00001 67000

The above images are the samples during training after 1 and 67000 iterations respectively. It shows that the edge model was learning throughout the whole training procedure, but could you tell me why does the estimated results so bad?

Beyond that, I have also trained a inpainting model alone with "MODEL=2", but I get a very different results from the results above, as I list below. It is clear that the inpainting model convergenced successfully, which proves the correctness of the training strategy. So Why I get a results above?

99000

Looking for your replys.

Hello, I also encountered the same problem as you when training the edge model, the repaired edge is very bad. Have you solved the problem? If you solved the problem can you tell me how you did it? It means a lot to me. Thank you!

TT-mouse commented 1 year ago

Hi, have you solved this problem yet?

Hello, I have been reproducing this code recently, and the edge repair results were poor when training MODEL=1. Have you solved the problem?

Ghost0405 commented 1 year ago

Hi, have you solved this problem yet?

Hello, I have been reproducing this code recently, and the edge repair results were poor when training MODEL=1. Have you solved the problem?

Hello, I also encountered this problem, did you solve it?

danielanojan commented 3 weeks ago

Did you solve the issue?

Ghost0405 commented 3 weeks ago

Did you solve the issue?

I think it can not be solved.

danielanojan commented 3 weeks ago

This work has trained connect work on a custom dataset and they have a model working fine. Its trained in 2022 https://github.com/amiretefaghi/E2F-GAN