flyingzhao / PyEVM

Python implementation of EVM(Eulerian Video Magnification)
225 stars 91 forks source link

How to operate on a different-sized video? #6

Open AlexYiningLiu opened 4 years ago

AlexYiningLiu commented 4 years ago

When I run the code on a custom video of the size 440x220, I get the following error using color magnification.

image

When I run the same video on motion magnification, I also get an error. image

It seems as though the code only works with videos of certain sizes? Is there a way for me to make the code size-independent so I can run my custom video through it? Thanks.

flyingzhao commented 4 years ago

it's a bug.i didn't think about all case.you can fix it for yourself