rizkiarm / LipNet

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

about abstract the image feature #43

Closed crazygirl1992 closed 6 years ago

crazygirl1992 commented 6 years ago

hello,my research is related to the lipnet,now t want to get the features from this code with 3Dcnn, now i can run the code,but i dont know how to get the lip features.can you give me some tips? @rizkiarm @michiyosony

rizkiarm commented 6 years ago

Please check this Keras FAQ: https://keras.io/getting-started/faq/#how-can-i-obtain-the-output-of-an-intermediate-layer

Hope it helps!