Skip to content

Commit 36c6c8e

Browse files
committed
Video usage added
1 parent 1337042 commit 36c6c8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ Use `python scripts/test.py --help` for all options
4444
```
4545
python scripts/deblur_image.py --weight_path=/path/to/generator.h5 --input_dir=/path/to/image/dir --output_dir=/path/to/deblurred/dir
4646
```
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

Comments
 (0)