Skip to content

Commit

Permalink
Video usage added
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank-juneja committed Jun 9, 2021
1 parent 1337042 commit 36c6c8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ Use `python scripts/test.py --help` for all options
```
python scripts/deblur_image.py --weight_path=/path/to/generator.h5 --input_dir=/path/to/image/dir --output_dir=/path/to/deblurred/dir
```
# Deblur a video

```
python scripts/deblur_video.py --weight_path=/path/to/generator.h5 --input_video=./input.avi --output_video=./output.avi
```

0 comments on commit 36c6c8e

Please sign in to comment.