HighwayWu / ImageInpainting

36 stars 8 forks source link

How can I get the masked image during testing? #6

Closed 01build closed 3 years ago

01build commented 3 years ago

image When I put the image and mask as the above picture's root,it just gives the inpainted result,but where should I get the masked image generated from the origin image and mask?

HighwayWu commented 3 years ago

Just use somethings like "img[mask==255]=255".