From 98e484f1392302a387fc6af028dcdaa5a1ea6fa2 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Thu, 3 Dec 2020 18:54:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e281e..fe3c484 100644 --- a/README.md +++ b/README.md @@ -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.