Skip to content

Noise Image generation as a result of inference #21

Description

@evg-cv

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions