https://github.com/timothystiles/evm
Eulerian Video Magnification
https://github.com/timothystiles/evm
Last synced: 4 months ago
JSON representation
Eulerian Video Magnification
- Host: GitHub
- URL: https://github.com/timothystiles/evm
- Owner: TimothyStiles
- License: apache-2.0
- Created: 2017-05-29T07:08:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T17:53:02.000Z (almost 9 years ago)
- Last Synced: 2025-08-05T04:41:43.290Z (10 months ago)
- Language: Python
- Size: 28.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# evm
Eulerian Video Magnification
Inspired by Wu et al. 2012 this is a work in progress recreation of the original Eulerian Video Magnificaiton paper written in Python 3.4.
## installation
First make sure to have docker installed. Then run the following.
```git clone https://github.com/TimothyStiles/evm.git && cd evm && sh build```
From there you should be able to run ```docker run -it evm bash``` and play around in an environment that already contains all the tricky dependencies you need to have with opencv.