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 530 forks source link

outputs = self(images, edges, masks) #135

Open WxpHB opened 4 years ago

WxpHB commented 4 years ago

Hi,Thx for your excellent work,i'm wandering what's “outputs = self(images, edges, masks) ” used for? (in the models.py) class EdgeModel(): pass def process(self,images,edges,masks): ... outputs=self(images,edegs,masks) ...