-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README, add poisson(remain questions) and fixes, tbd: temporal…
… filter, static mode.
- Loading branch information
1 parent
93abcd2
commit 831defd
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# motion_magnification_learning-based | ||
An unofficial implementation of "Learning-based Video Motion Magnification" in Pytorch. | ||
An unofficial implementation of "[Learning-based Video Motion Magnification](https://arxiv.org/abs/1804.02684)" in Pytorch. | ||
Refer to the official tensorflow version [code](https://github.com/12dmodel/deep_motion_mag). | ||
|
||
# Data preparation | ||
1. coco100000: please refer to the clarification in the official respository. | ||
2. frames of validation video: TBD. | ||
|
||
# Run | ||
`bash run_G.sh` to train and test | ||
> feel free to _ctrl+c_ to stop train, it will automatically do testing on several well-prepared validation video frames. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.