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 there, Has anyone run the train.py file in Windows 10? I keep getting the following traceback: ``` Traceback (most recent call last): File "", line 1, in File "train.py",...

Hi, thanks for releasing codes. I am using this code to train my own data from scratch . After I changed the sigma of canny calculator to 1, the feature...

Hi Knazeri, Your research is really an enlightening study, how can I read the supplementary material of your paper? Best regards, Chison

When I train the edge model, RuntimeError appears as follows, I don't know how to deal with it. Anyoneone helps me? My pytorch version is 1.0.0a0+90737f7 Traceback (most recent call...

I wanted to estimate the training time under my hardware. So How long do you trained? And what kind of hardware do you use?Thank you!

Hello, I used your model for training and found that the Recall and Precision values are very low. Is this normal? The training set I use is celebaA

when I run the command python ./scripts/fid_score.py --path /userhome/inpaint_bord/data/places2_gt_1000/ /userhome/edge-connect-master/checkpoints/results/ (the /userhome/inpaint_bord/data/places2_gt_1000/ contains 1000 really images and /userhome/edge-connect-master/checkpoints/results/ contains 1000 inpainted images), the process is seized up and stopped. the...

Question
Discussions

I want to know how to impaint an image without its mask

edge-connect-master\src\config.py:8: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._dict = yaml.load(self._yaml)