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

The video for computing homographies.txt should be the orignal one or the resized one? #21

Open
sorata118 opened this issue Nov 2, 2021 · 1 comment

Comments

@sorata118
Copy link

According to the 2th step of processing our own video, we should resize the video to 256x448 and save the frames in my_video/rgb.
But at the 6th step, register the video and save the computed homographies in my_video/homographies.txt.
The first line in omnimatte/datasets/tennis/homographies.txt is size: 854 480. So I'm little bit confused which video should we use for computing the homograpyies? The one before resized or after resized?

@erikalu
Copy link
Owner

erikalu commented Nov 3, 2021

The method we used to compute homographies was more accurate for higher resolution images, which is why we added the option to use homographies computed on a different resolution. You can use any size so long as it is included in the first line of homographies.txt

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