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

Native support for multiple resolutions? #16

Open
Jason3900 opened this issue Jul 18, 2024 · 0 comments
Open

Native support for multiple resolutions? #16

Jason3900 opened this issue Jul 18, 2024 · 0 comments

Comments

@Jason3900
Copy link

Hey, thanks for the excellent work!
One thing that I'm curious about is, does the model only accept square image/video as input? I see there're preprocess functions used on images and videos, either to crop to the center or scale to a equal width and height, such as 256*256. Does it mean if we want to postprocess the video tokens to reconstructed video, we have to scale it back to the original resolution which may use functions like F.interpolate(recon, size=(original_h, original_w), mode='bilinear', align_corners=False). Right?

@Jason3900 Jason3900 changed the title Natively support for multiple resolutions? Native support for multiple resolutions? Jul 18, 2024
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

1 participant