edge-connect
edge-connect copied to clipboard
EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
Hi Thanks for your contribution! I am trying the use edge-connect on my dataset. The results is not good so far. The example results look good. I change the example...
hi! Because in other issues, you said that use hinge loss will improve. But when i change to hinge in config.yml. I see in Generator, it will produce negative adv...
sigma=0 and sigma=-1 ,recommend which one?If anyone can tell the differents , I would appreciate it!
When training the edge network, I've seen generator and discriminator losses stay high, with generator losses reaching 100. Does anyone know why that is? Thank you very much!
This PR exports models as `ONNX` files. It it possible to optimize those models using https://pypi.org/project/onnxoptimizer/ as: ``` onnxoptimizer input-model.onnx optimized-model.onnx ```
This PR fixes test function
When I am training model = 1, these two values are always 1, is this correct?Which loss in the logs_edge.dat file should you pay more attention to when training model...
Hello, I ran into this issue today while trying to train the Inpainting model and the Joint Model on Google Colab with a GPU. I was able to train the...
Thank you very much for your contribution. Your article helps me a lot. As mentioned in the title, I encountered an error at the beginning of my training.The detailed error...