MrinalJain17 / mydia

A simple and efficient wrapper for reading videos as NumPy tensors
https://mrinaljain17.github.io/mydia/
MIT License
25 stars 3 forks source link

Feature: Creating a generator for accessing the processed tensor. #7

Closed MrinalJain17 closed 6 years ago

MrinalJain17 commented 6 years ago

Since this kind of data can get extremely large (as we are dealing with multiple videos), a generator should be returned to the user, that will yield the videos one-by-one.

MrinalJain17 commented 6 years ago

No formal generator is provided by the module, but a method to do so has been elaborated in the documentation here