Skip to content

Commit 468dada

Browse files
authored
Update README.md
1 parent 9b54f69 commit 468dada

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
@@ -15,7 +15,7 @@ Video-Dataset-Loading-Pytorch provides the lowest entry barrier for setting up d
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.
1616
1) Easily because this dataset class can be used with custom datasets with minimum effort and no modification. The class merely expects the
1717
video dataset to have a certain structure on disk and expects a .txt annotation file that enumerates each video sample. Details on this
18-
can be found below. Pre-made annotation files and preparation scripts are also provided for [Kinetics 400](https://github.com/cvdfoundation/kinetics-dataset), [Something Something V2](https://20bn.com/datasets/something-something) and [EPIC-KITCHENS-100](https://epic-kitchens.github.io/2021).
18+
can be found below. Pre-made annotation files and preparation scripts are also provided for [Kinetics 400](https://github.com/cvdfoundation/kinetics-dataset), [Something Something V2](https://20bn.com/datasets/something-something) and [Epic Kitchens 100](https://epic-kitchens.github.io/2021).
1919
2) Efficiently because the video loading pipeline that this class implements is very fast. This minimizes GPU waiting time during training by eliminating input bottlenecks
2020
that can slow down training time by several folds.
2121
3) Effectively because the implemented sampling strategy for video frames is very strong. Video training using the entire sequence of

0 commit comments

Comments
 (0)