PyEVM icon indicating copy to clipboard operation
PyEVM copied to clipboard

Python implementation of EVM(Eulerian Video Magnification)

Results 7 PyEVM issues
Sort by recently updated
recently updated
newest added

Good morning, I'm a student at L'école des pupilles de l'air. I would like to know if it is posible to have any contact with you. I'm working on the...

Good morning, I'm a student at L'école des pupilles de l'air. I would like to know if it is posible to have any contact with you. I'm working on the...

你好,我看到你的代码里有RGB转YIQ的模块,但是实际上并没有使用这一模块,另外处理后的视频长度缩减一半,这是什么原因

the line is filter_tensor=butter_bandpass_filter(lap_video_list[i],low,high,f)

When I run the code on a custom video of the size 440x220, I get the following error using color magnification. ![image](https://user-images.githubusercontent.com/46139686/85902029-077e7f80-b7d1-11ea-831f-16643e4eb68a.png) When I run the same video on motion...

Hi! I used `magnify_motion("me.mp4", 0.4, 3)` and got ``` Traceback (most recent call last): File "./EVM.py", line 167, in magnify_motion("me.mp4",3,5, 3, 22) File "./EVM.py", line 155, in magnify_motion lap_video_list=laplacian_video(t,levels=levels) File...

If i run this code with baby.mp4, my system got hanged if i run with the low quality it is working,but i am not getting the correct output. pls help...