rizkiarm / LipNet

Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'
MIT License
638 stars 226 forks source link

How to use this model as feature extraction for transfer learning #105

Open connormeaton opened 4 years ago

connormeaton commented 4 years ago

I am trying to implement this paper, which uses LipNet to create a 96d feature vector as features for training another model. Has anyone tried this? I want to pass a dataset of short videos and get features for each input.