mydia icon indicating copy to clipboard operation
mydia copied to clipboard

A simple and efficient wrapper for reading videos as NumPy tensors

Results 2 mydia issues
Sort by recently updated
recently updated
newest added

I tried reading a `.mkv` file and it crashed. ``` video = mydia.Videos().read(video_path) File ".../python3.6/site-packages/mydia/mydia.py", line 234, in read video_tensor = np.vstack(map(self._read_video, paths_iterator)) File "", line 6, in vstack File...

Figure out techniques to optimize and reduce the video reading and processing time.

enhancement
help wanted
long-term