keras-video-generators icon indicating copy to clipboard operation
keras-video-generators copied to clipboard

How to use keras-video-generators for regression problems?

Open ravikiranrao opened this issue 3 years ago • 0 comments

Hi!

I was using keras' "flow_from_dataframe" to load my data (images) for the regression model, inspired by this answer from SO. But none of these are relevant when I have an input as a video (sequence of images).

Keres-video-generator seems to work only for the classification problems (analogous to the flow_from_directory class of ImageDataGenrator). How can I use the current package for regression problems? If not, would be much appreciated if the analogous "flow_from_dataframe" class is included.

ravikiranrao avatar Sep 27 '21 14:09 ravikiranrao