Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(preprocessor): fix FFmpegVideoSegmentor
Browse files Browse the repository at this point in the history
  • Loading branch information
Larryjianfeng committed Aug 1, 2019
1 parent d6a46fa commit 5b0fe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/preprocessor/video/ffmpeg.py
Expand Up @@ -110,7 +110,7 @@ def duplicate_rm_hash(self,

class FFmpegVideoSegmentor(BaseVideoPreprocessor):
def __init__(self,
frame_size: str = "192*168",
frame_size: str = "299*299",
segment_method: str = 'uniform',
segment_interval: int = -1,
*args,
Expand Down

0 comments on commit 5b0fe7c

Please sign in to comment.