omnimatte icon indicating copy to clipboard operation
omnimatte copied to clipboard

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

Open sorata118 opened this issue 3 years ago • 1 comments

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?

sorata118 avatar Nov 02 '21 09:11 sorata118

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

erikalu avatar Nov 03 '21 01:11 erikalu