-
Notifications
You must be signed in to change notification settings - Fork 17
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
Input dimension limitation #14
Comments
Correct. |
I think it is same issue with your another work "Decoupled Spatial-Temporal Transformer for Video Inpainting"....what i should do if i test that model with arbitrary-size input? |
Remove positional embedding, and edit this line to be 1/4 * (h, w) where (h, w) can be arbitrary input/output image size |
Please refer to ruiliu-ai/DSTT#4 |
Thank you for your response :) |
The code seems to be only work on a specific input resolution which the model trained on. If I want to test it with dimension other than 432x240, I can but I have to train the model with that specific dimension. right?
The text was updated successfully, but these errors were encountered: