Is there any library in Python to load a video dataset just like we load an excel sheet as: pd.read_csv(), etc?
I have a dataset which contains 20 subjects with each subject having 2 videos. The structure of the dataset is:
- Dataset/subject1/video1, video2
- ......./Subject2/video1, video2
- ...
- ...
- ...
- ......./Subject20/video1, video2
There is this tutorial but there the author has just uploaded a single video: Kaggle Notebook
Any help in this regard will be highly appreciated.