metal3d / keras-video-generators

Keras generators to generate sequences from videos as input
MIT License
99 stars 32 forks source link

aditional check added for the use_cache option #31

Closed egrassl closed 4 years ago

egrassl commented 4 years ago

A fix to the memory usage problem where the cache would still be used even if use_frame_cache parameter was set to False.

metal3d commented 4 years ago

Thanks a lot, I will check this quickly