Yi Wang
Yi Wang
Using the absolute paths of the target images, e.g., /data/proj/a.png or D:\\\proj\\\a.png. And yes, one line for one file path in the data file. The file extension name does not...
Hi Tenkoni, in the inpainting problem, the mask is provided by the user (via some interactive tools) in a binary format independent of the input image. Your mentioned white (255,255,255)...
> > > I see now, thank you! > I had the misconception of the mask and the RGB image being operated and the white spaces being interpreted as empty...
The input channel number of the fc layer in pytorch version needs to be modified if the mask shape changes. Since the current input image size changes from 128x128 to...
In short, GAN-based inpainting methods predict the user-marked regions based on image context. In your given example (remove pimples from face images), with the input image and the annotated region,...
No, there is not currently. The PSRN and SSIM values are measured by the built-in functions in matlab 2018. For the tensorflow version of psnr and ssim, you may refer...
For imagenet and place2, we randomly pick n (200 for imagenet since msnps takes minutes to complete one image, and 2k for places2) images from the validation set and conduct...
You can refer to [this](https://drive.google.com/file/d/10oBTOvF6sTAxvVGQl2d6SLBNF85dxQ2Z/view?usp=sharing). If you cannot access to that file, you can email me for it.
Could you wait for a few days? The pretrained models are stored in HK school server and my connection to that server is unstable.
Thank you for your issue. It will be great if you can share your improved version.