pytorch-VideoDataset
pytorch-VideoDataset copied to clipboard
Tools for loading video dataset and transforms on video in pytorch. You can directly load video files without preprocessing.
Update VideoFilePathToTensor : removed OpenCV and replaced it with a Pytorch function to load videos faster
Seems like I was not able to run the code because `collections.Iterable` seems to be deprecated. I solved the problem by using `collections.abc.Iterable` according to https://stackoverflow.com/questions/59809785/i-get-a-attributeerror-module-collections-has-no-attribute-iterable-when-i
@YuxinZhaozyx How to fix AttributeError: 'Series' object has no attribute 'path' I have tried up gradation of pandas, is they any other solution?