Skip to content

Commit 6cf78ab

Browse files
authored
Update README.md
1 parent 55878a9 commit 6cf78ab

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
@@ -11,7 +11,7 @@ getting familiar with these first through [this](https://pytorch.org/tutorials/b
1111
The VideoFrameDataset class serves to `easily`, `efficiently` and `effectively` load video samples from video datasets in PyTorch.
1212
1) Easily because this dataset class can be used with custom datasets with minimum effort and no modification. The class merely expects the
1313
video dataset to have a certain structure on disk and expects a .txt annotation file that enumerates each video sample. Details on this
14-
can be found below and at `https://video-dataset-loading-pytorch.readthedocs.io/`.
14+
can be found below and at `https://video-dataset-loading-pytorch.readthedocs.io/en/latest/VideoDataset.html`.
1515
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
1616
that can slow down training time by several folds.
1717
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)