dome272 / MaskGIT-pytorch

Pytorch implementation of MaskGIT: Masked Generative Image Transformer (https://arxiv.org/pdf/2202.04200.pdf)
MIT License
398 stars 34 forks source link

How to adapt to image extrapolation? #18

Open Wallejd opened 4 months ago

Wallejd commented 4 months ago

I don't know how to adapt this method to the image extrapolation task, since the tokens are a fixed number, like 32x32? Want to ask you how to achieve?