harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.17k stars 479 forks source link

How to save feature from lrcn? #126

Closed haitian2du closed 5 years ago

haitian2du commented 5 years ago

Thank you for your share. I want to extract(save) feature from lrcn, this code can work well, But I don't know the input.Could you help me? https://blog.csdn.net/leviopku/article/details/86310758

harvitronix commented 5 years ago

This should help: https://stackoverflow.com/questions/41711190/keras-how-to-get-the-output-of-each-layer/41712013