feat: add argument to skip frames present in temp_path dir

This commit is contained in:
Steven Cyb
2022-12-22 23:45:40 +01:00
parent dd1ecdd2a7
commit 45473fa490
9 changed files with 48 additions and 41 deletions
+1
View File
@@ -34,5 +34,6 @@ class TestOptions(BaseOptions):
self.parser.add_argument('--no_simswaplogo', action='store_true', help='Remove the watermark')
self.parser.add_argument('--use_mask', action='store_true', help='Use mask for better result')
self.parser.add_argument('--crop_size', type=int, default=224, help='Crop of size of input image')
self.parser.add_argument('--skip_existing_frames', action='store_true', help='Skip frame index if already exist in temp_path')
self.isTrain = False