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

Results of first stage: edge model #173

Open Emy-cv opened 2 years ago

Emy-cv commented 2 years ago

Thank you very much for your codes. I have trained the edge model for 2000,000 iterations, and get the following results image From my training, the model didn't generate satisfying edges. I tested the pre-trained model posted by you, and it can generate better results as follows, image Any idea where I am wrong? I didn't change the code. Thank you so much for your time.

ewwnage commented 2 years ago

I encountered the same behavior

01SHENyankun commented 2 years ago

我遇到了同样的行为

你好,不知你是否复现出来了,如果复现出来了,求指导。qq2635505974

01SHENyankun commented 2 years ago

非常感谢您的代码。 我已经为边缘模型训练了 2000,000 次迭代,并得到以下结果 从我的训练中,模型没有生成令人满意的边缘。 我测试了你发布的预训练模型,它可以产生更好的结果,如下所示, 知道我错在哪里了吗?我没有更改代码。 非常感谢您的参与。 图片 图片

你好,不知道你是否已经复现出来了,如果复现出来了,求指导。qq2635505974

zhangxiao121 commented 1 year ago

我遇到了同样的行为

你好,不知你是否复现出来了,如果复现出来了,求指导。qq2635505974 你好,请问你复现出来了吗?

TT-mouse commented 1 year ago

@Emy-cv Thank you for your training feedback. I also met a similar problem during training. If you see my reply, can you tell me what caused it? Thank you very much!

Ghost0405 commented 1 year ago

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

danielanojan commented 3 weeks ago

I am raising the question which has been raised multiple times before but I could into find a solution

I tried to train edge model but it not converging however the inpainting model training works.

I would appreciate if anyone can guide me to any other code to generate canny edges for masked regions similar to whats described in in this code Thank You