Jonghyuk Baek

Results 1 comments of Jonghyuk Baek

Adding **binarization** after mask resizing reduces "gray edge" artifact... ``` mask[mask > 0.5] = 1.0 mask[mask < 0.5] = 0.0 ``` https://github.com/daa233/generative-inpainting-pytorch/blob/master/test_single.py?plain=1#L64