Skip to content
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

Generating higher resolution images for FacesHQ data #52

Open
janismdhanbad opened this issue May 25, 2021 · 1 comment
Open

Generating higher resolution images for FacesHQ data #52

janismdhanbad opened this issue May 25, 2021 · 1 comment

Comments

@janismdhanbad
Copy link

janismdhanbad commented May 25, 2021

Hello authors,

Thank you for the amazing work! I am trying to generate a face image of higher resolution (512x512). My strategy is to initiate the z_q as a random vector of integers between (0, 1023) of dimension 1x1024, reshape this to 32x32 and then use model.decode_to_img to make an image of 512x512. To make a sensible image of faces I autoregressively generate the next codebook token using row-major sequence on the 32x32 matrix, similar mechanism as given in the notebook here . Unfortunately, the final image I get is something like this

download

It is something like the repetition of a pattern of faces. Could you please guide me on this?

Thanks!

@dysdsyd
Copy link

dysdsyd commented Jun 4, 2021

I am facing the same issue. Any luck?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants