Skip to content

Commit 97b54d8

Browse files
authored
Update README.md
1 parent 47c5812 commit 97b54d8

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
@@ -9,7 +9,7 @@ getting familiar with these first through [this](https://pytorch.org/tutorials/b
99
[this](https://github.com/utkuozbulak/pytorch-custom-dataset-examples).
1010

1111
### In a Nutshell
12-
Video-Dataset-Loading-Pytorch provides the lowest entry barrier for setting up deep learning training loops on video data. 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.
12+
Video-Dataset-Loading-Pytorch provides the lowest entry barrier for setting up deep learning training loops on video data. It makes working with video datasets easy and accessible (also efficient!). 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.
1313

1414
### Overview: This small library solely provides the class `VideoFrameDataset`
1515
The VideoFrameDataset class (an implementation of `torch.utils.data.Dataset`) serves to `easily`, `efficiently` and `effectively` load video samples from video datasets in PyTorch.

0 commit comments

Comments
 (0)