facebookresearch / mae

PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
Other
6.93k stars 1.17k forks source link

How to obtain the complete reconstructed image? #194

Open cestbonsuliu opened 3 months ago

cestbonsuliu commented 3 months ago

Please note that each inference can only reconstruct the masked image patches, and multiple inferences are needed to obtain the complete reconstructed image.

Do you happen to have any code that can obtain the complete reconstructed image? If yes, would you be willing to share it? Thank you very much!