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

Commit

Permalink
fix(preprocessor): add videodecode in init
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoonliukai committed Sep 24, 2019
1 parent 2326fe9 commit 1b4a04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnes/preprocessor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
'BaseAudioPreprocessor': 'base',
'RawChunkPreprocessor': 'base',
'GifChunkPreprocessor': 'video.ffmpeg',
'VggishPreprocessor': 'audio.vggish_example'
'VggishPreprocessor': 'audio.vggish_example',
'VideoDecodePreprocessor': 'video.video_decode'
}

register_all_class(_cls2file_map, 'preprocessor')

0 comments on commit 1b4a04f

Please sign in to comment.