You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Overview: This example demonstrates the use of`VideoFrameDataset`
11
+
### Overview: This small library solely provides the class`VideoFrameDataset`
12
12
The VideoFrameDataset class (an implementation of `torch.utils.data.Dataset`) serves to `easily`, `efficiently` and `effectively` load video samples from video datasets in PyTorch.
13
13
1) Easily because this dataset class can be used with custom datasets with minimum effort and no modification. The class merely expects the
14
14
video dataset to have a certain structure on disk and expects a .txt annotation file that enumerates each video sample. Details on this
0 commit comments