LBAM_Pytorch icon indicating copy to clipboard operation
LBAM_Pytorch copied to clipboard

About the training mask set

Open haolin512900 opened this issue 5 years ago • 2 comments

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?

haolin512900 avatar Dec 03 '20 12:12 haolin512900

Hi, thanks for your interest. The 12,000 irregular masks are from https://nv-adlr.github.io/publication/partialconv-inpainting. I have found the previous script for generating masks, and uploaded it at https://github.com/Vious/LBAM_Pytorch/blob/master/generateMask.py . I generate 6,000 masks using this script, you could modify the code to get different mask portions like 25%-50%.

Vious avatar Dec 03 '20 13:12 Vious

Hi, thanks for your interest. The 12,000 irregular masks are from https://nv-adlr.github.io/publication/partialconv-inpainting. I have found the previous script for generating masks, and uploaded it at https://github.com/Vious/LBAM_Pytorch/blob/master/generateMask.py . I generate 6,000 masks using this script, you could modify the code to get different mask portions like 25%-50%.

Thank your reply!Good lucky!

haolin512900 avatar Dec 25 '20 07:12 haolin512900