LTH14 / mage

A PyTorch implementation of MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis
MIT License
507 stars 26 forks source link

How to test the outpainting or inpainting of images #39

Open 83517769 opened 1 year ago

83517769 commented 1 year ago

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

cannonli7 commented 10 months ago

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

quhaoooo commented 9 months ago

+1

GGGGxxxxxxxxr commented 7 months ago

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.