generative_inpainting icon indicating copy to clipboard operation
generative_inpainting copied to clipboard

How to test an image without a mask?

Open waleedrazakhan92 opened this issue 3 years ago • 1 comments

I have an image that is masked already so i don't have the original image with me but. How to run inference on that? Because in the test.py code it concatenates the image and its mask "input_image = np.concatenate([image, mask], axis=2)". How do I modify the test code to incorporate this changed scenario?

waleedrazakhan92 avatar Oct 04 '21 11:10 waleedrazakhan92

May I ask if you have resolved it? If it's resolved, can you tell me how you solved it? If possible, could you please send me your code to solve this problem?

dagouxionga avatar Mar 13 '24 06:03 dagouxionga