EDVR icon indicating copy to clipboard operation
EDVR copied to clipboard

EDVR seems not working on 90*160 images

Open lancasterJie opened this issue 5 years ago • 2 comments

Hi xintao:

When I input 90*160 images, it outputs shape[1 5 -1 22 40] is invalid for the input of size 294400, I know the error comes from 90 can not be divided with no reminder. Except for inputting the integer multiple of 4, could u please give us some advice to make it work?

Thank U

jie

lancasterJie avatar Nov 11 '19 10:11 lancasterJie

I have same problem. It seems EDVR architecture has problem with FullHD and all different resolutions relate to this aspect ratio.

aligoglos avatar Nov 26 '19 18:11 aligoglos

A simple solution is to pad the input frames to have sizes of multiple of 4. After processing, crop the extra padded pixels.

xinntao avatar Nov 29 '19 13:11 xinntao