Python implementation of this paper:
Author = {Yichao Zhang, Silvia L. Pintea, Jan C. van Gemert}, Title = {Video Acceleration Magnification}, Paper = {CVPR 2017}, Subject = {Computer Vision and Pattern Recognition} Year = {2017}
git clone https://github.com/nejcgalof/video-acceleration-magnification.git
video_accel_mag.py <input_video> [--py_level] [--alpha]
Arguments --py_level
and --alpha
defaults to 4, while input_video
argument is mandatory.
Example of run:
video_accel_mag.py syn_ball.avi --py_level 4 --alpha 5
We show results with alpha 5 and pylevel 4. More results in ./gifs
.
Blaž Sitar and Nejc Galof