edge-connect icon indicating copy to clipboard operation
edge-connect copied to clipboard

EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212

Results 107 edge-connect issues
Sort by recently updated
recently updated
newest added

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...