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.18k stars 478 forks source link

frame_generator() vs ImageDataGenerator() #99

Open sudonto opened 6 years ago

sudonto commented 6 years ago

Can somebody tell me if _framegenerator() vs ImageDataGenerator() is different? I want to use ImageDataGenerator() rather than _framegenerator() for my "lrcn" model. I know that frame_generator() will produce sequence of images but still I cannot understand the difference between the two. Thank you.