You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/video_load.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Video datasets have [`Video`] type columns, which contain `torchvision` objects.
10
10
11
11
<Tip>
12
12
13
-
To work with video datasets, you need to have the `torchvision`package installed. Check out the [installation](https://github.com/pytorch/vision#installation) guide to learn how to install it.
13
+
To work with video datasets, you need to have the `torchvision`and `av` packages installed. Check out the [installation](https://github.com/pytorch/vision#installation) guide to learn how to install them.
0 commit comments