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

Resizing Optical Flow #29

Open
h-gokul opened this issue Aug 28, 2021 · 1 comment
Open

Resizing Optical Flow #29

h-gokul opened this issue Aug 28, 2021 · 1 comment

Comments

@h-gokul
Copy link

h-gokul commented Aug 28, 2021

The image resolution seems really huge for the model that I am training and I would prefer to downscale it to a smaller shape. however, the optical flow groundtruths cannot be resized the same way. Any suggestions on how to do this ?

@Amigoshan
Copy link
Contributor

One approximate solution is to resize the flow, and divide the value by the resize scale. There would be some error on the edges of course. Would this be enough for your use?

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