From 30159cf1093e9a7f03fa81f4af2b6c66e4ed4379 Mon Sep 17 00:00:00 2001 From: LielinJiang Date: Sat, 10 Oct 2020 05:56:24 +0000 Subject: [PATCH] reproduce applications --- applications/tools/video-enhance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/tools/video-enhance.py b/applications/tools/video-enhance.py index 5f969c2..6aea857 100644 --- a/applications/tools/video-enhance.py +++ b/applications/tools/video-enhance.py @@ -50,8 +50,8 @@ parser.add_argument('--time_step', default=0.5, help='choose the time steps') parser.add_argument('--remove_duplicates', + action='store_true', default=False, - type=bool, help='remove duplicate frames or not') # DeepRemaster args parser.add_argument('--reference_dir', -- GitLab