Update README.md

This commit is contained in:
hzwer
2020-12-03 18:54:29 +08:00
committed by GitHub
parent d1eb884a24
commit 98e484f139

View File

@@ -55,7 +55,7 @@ python3 inference_video.py --exp=2 --video=video.mp4 --fps=60
```
python3 inference_video.py --video=video.mp4 --montage --png
```
(if you want to montage the origin video, and save the png format output)
(if you want to montage the origin video, skip static frames and save the png format output)
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 25FPS video to 30FPS.