We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1337042 commit 36c6c8eCopy full SHA for 36c6c8e
README.md
@@ -44,3 +44,8 @@ Use `python scripts/test.py --help` for all options
44
```
45
python scripts/deblur_image.py --weight_path=/path/to/generator.h5 --input_dir=/path/to/image/dir --output_dir=/path/to/deblurred/dir
46
47
+# Deblur a video
48
+
49
+```
50
+python scripts/deblur_video.py --weight_path=/path/to/generator.h5 --input_video=./input.avi --output_video=./output.avi
51
0 commit comments