generative_inpainting
generative_inpainting copied to clipboard
How to test an image without a mask?
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?
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?