LBAM_Pytorch
LBAM_Pytorch copied to clipboard
Pytorch re-implementation of Paper: Image Inpainting with Learnable Bidirectional Attention Maps (ICCV 2019)
Hello, I would like to ask why the value of α in formula 8 in the paper is 0.8? On what basis?
Hi Thank your great project! The code works up to PyTorch 1.4.There seems to be an problem with PyTorch 1.6. the description as followed:`RuntimeError: one of the variables needed for...
hello,I'm very sorry to disturb you. I use my data to train model, but Training process has a error: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/python3/lib/python3.6/threading.py",...
hello, thank you for your excellent work and the open source code. And I have some questions about InpaintingLoss.py: https://github.com/Vious/LBAM_Pytorch/blob/98c2ae70486f4ba3ab86d4345e586e7841cfe343/loss/InpaintingLoss.py#L75 why not use D_loss = D_fake - D_real + gp?...
能不能加个好友,我遇到的问题有点多,想请您指导一下,一个初学者,想复现一篇论文,加强学习动力,如果可以,可以加我qq2635505974
D:\anaconda\envs\pytorch\python.exe D:/pycharm/code/LBAM_Pytorch-master/test.py Input file is not image file!
Hi ! Thank you for your great project! Can you tell me the detaill of training mask set? What about the 18,000 masks you mentioned in your paper?
Can you share the script that you used to generate random masks for input images? thanks.
Thanks for your excellent work! I have some question. In the dataloader.py : mask = 1 - mask inputImage = groundTruth * mask here,Dose zeros denotes the area to be...
@Vious Hello, can you provide the pretrained model? Thank you!