Skip to content

Commit 8491a71

Browse files
authored
Update README.md
1 parent 212bc03 commit 8491a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you are completely unfamiliar with loading datasets in PyTorch using `torch.u
88
getting familiar with these first through [this](https://pytorch.org/tutorials/beginner/data_loading_tutorial.html) or
99
[this](https://github.com/utkuozbulak/pytorch-custom-dataset-examples).
1010

11-
### Overview: This example demonstrates the use of `VideoFrameDataset`
11+
### Overview: This small library solely provides the class `VideoFrameDataset`
1212
The VideoFrameDataset class (an implementation of `torch.utils.data.Dataset`) serves to `easily`, `efficiently` and `effectively` load video samples from video datasets in PyTorch.
1313
1) Easily because this dataset class can be used with custom datasets with minimum effort and no modification. The class merely expects the
1414
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

Comments
 (0)