Videos should be loaded into memory frame by frame.
Most of bob.bio.video classes accept framecontainers while in all cases only one frame at a time is needed to be processed. Loading the whole video into memory is a time consuming and memory hungry task. I wonder if we could come up with another scheme of handling videos which just loads one frame at a time into the memory.
What do you think?
Edited by Amir MOHAMMADI