LTH14 / mage

A PyTorch implementation of MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to test the outpainting or inpainting of images

83517769 opened this issue · comments

Thank you very much for your sharing, I have questions.
I'm trying to generate an image from a different version of the original input image. But the resulting image has nothing to do with the original image as if it were randomly generated and cannot achieve the effect of the following figure in the paper
1692281272370

Hello, did you figure it out how to do image inpainting work with MAGE? could you please give me some hint

Any update on this? I can hardly think of a solution to build a relationship between direct mask on pixel level and prediction of the codebook index domain.