-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualizing MAE predictions? #17
Comments
Hi there. By default, our pretraining uses normalized pixel targets, so we do not support visualizing predictions. But if you really wanted to, you could adapt the corresponding code from the mae repo. You could potentially un-normalize using the statistics from the visible tokens (or maybe even from the actual targets if it's just a sanity check). |
@Wiqzard did you end up implementing this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great work.
I wonder if there is an easy way to retrieve the predicted images from the mae inference?
The text was updated successfully, but these errors were encountered: