Skip to content

Commit

Permalink
Fix Kinetics dataset docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Nov 18, 2023
1 parent 4433680 commit 6765afb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions torchvision/datasets/kinetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ class Kinetics(VisionDataset):
root/
├── split
│ ├── class1
│ │ ├── clip1.mp4
│ │ ├── clip2.mp4
│ │ ├── clip3.mp4
│ │ ├── vid1.mp4
│ │ ├── vid2.mp4
│ │ ├── vid3.mp4
│ │ ├── ...
│ ├── class2
│ │ ├── clipx.mp4
│ │ ├── vidx.mp4
│ │ └── ...
Note: split is appended automatically using the split argument.
Expand Down

0 comments on commit 6765afb

Please sign in to comment.