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

Noise Image generation as a result of inference #21

Open
evg-cv opened this issue Oct 17, 2023 · 2 comments
Open

Noise Image generation as a result of inference #21

evg-cv opened this issue Oct 17, 2023 · 2 comments

Comments

@evg-cv
Copy link

evg-cv commented Oct 17, 2023

I followed the instructions for training the model and generation of images using inference.py.
That is,

  1. git clone https://github.com/AssemblyAI-Examples/MinImagen/
  2. pip install -r requirements.txt
  3. python train.py --PARAMETERS ./parameters --BATCH_SIZE 2 --TIMESTEPS 25 --TESTING
  4. python inference.py -CAPTIONS captions.txt --TRAINING_DIRECTORY training_

So finally, I could get the generated images for 2 captions: 'a happy dog' and 'a big red house', but all of them are nosied as attached.
image_0
image_1

Though I followed the same instructions as README without any modification, very noised images were generated. What's the reason?

@Guhanxue
Copy link

Same here; I also only get noise, and I also tried to check their repo and blog but didn't see any generated image results.

@B00912163
Copy link

I got the same issue. Does anyone got the solution for this?

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

3 participants