Skip to content

Cannot transfer the style on any arbitrary size image while inference #2

Description

@KushGabani

When I try to evaluate the model with the content image provided, If I set load_image(content, resize=False) then there's an error that says the sizes of input doesn't match with the model's input. The model needs an (1, 256, 256, 3) image that it is trained on. But if I allow resizing load_image(content, resize=True) , it works but the image has low resolution. And the photos in your read me are high res, how did you allow arbitrary image size into the model?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions