Skip to content

Commit c9cdead

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ 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+
### In a Nutshell
12+
Video-Dataset-Loading-Pytorch provides easy and efficient video dataset loading in PyTorch. It makes working with video datasets easy and accessible. It only requires you to have your video dataset in a certain format on disk and takes care of the rest. No complicated dependencies and it supports native Torchvision video data augmentation. Video-Dataset-Loading-Pytorch provides the lowest entry barrier for setting up deep learning training loops on video data.
13+
1114
### Overview: This small library solely provides the class `VideoFrameDataset`
1215
The VideoFrameDataset class (an implementation of `torch.utils.data.Dataset`) serves to `easily`, `efficiently` and `effectively` load video samples from video datasets in PyTorch.
1316
1) Easily because this dataset class can be used with custom datasets with minimum effort and no modification. The class merely expects the

0 commit comments

Comments
 (0)