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

Inquiry on input format #39

Open
SibingWu opened this issue Mar 22, 2022 · 1 comment
Open

Inquiry on input format #39

SibingWu opened this issue Mar 22, 2022 · 1 comment

Comments

@SibingWu
Copy link

Hi, from the demo, it seems that the input needs to be images with fixed height and weight.

Since I want to explore if this model can be used as a downstream model for some preprocessed inputs, I wonder if it is possible to pass in only some selected samples from source image/reference, and the selected samples are with variable length. [ dimension of the samples are (length, 3) ]

@hmmlillian
Copy link
Collaborator

Hi @SibingWu, we resized the images with their short edges of 256 pixels (while allowing their long edges to be any arbitrary length to keep aspect rations) during training. It is better to rescale the testing images to make them similar to the training sizes. But it also supports other image sizes as if your GPU memory is enough.

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