Update README.md

This commit is contained in:
hzwer
2020-11-18 11:45:31 +08:00
committed by GitHub
parent d76b125c9b
commit 46fee89a85

View File

@@ -46,17 +46,17 @@ $ python3 inference_video.py --times=2 --video video.mp4
```
(if you want 4X interpolation)
```
$ python3 inference_video_parallel.py --times=2 --video video.mp4
```
(Try our parallel process to get 100% speedup!)
```
$ python3 inference_video_parallel.py --times=2 --video video.mp4 --fps=60
$ python3 inference_video.py --times=2 --video video.mp4 --fps=60
```
(add slomo effect)
```
$ python3 inference_video.py --video video.mp4 --montage --png
```
(if you want to montage the origin video, and save the png format output)
```
$ python3 inference_video_parallel.py --times=2 --video video.mp4
```
(Try our parallel process to get 100% speedup!)
The warning info, 'Warning: Your video has *** static frames, it may change the duration of the generated video.' means that your video has changed the frame rate by adding static frames, it is common if you have processed 24FPS video to 30FPS.