File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,6 @@ Torchvision currently supports the following image backends:
6161
6262Read more in in our [ docs] ( https://pytorch.org/vision/stable/transforms.html ) .
6363
64- ## [ UNSTABLE] Video Backend
65-
66- Torchvision currently supports the following video backends:
67-
68- - [ pyav] ( https://github.com/PyAV-Org/PyAV ) (default) - Pythonic binding for ffmpeg libraries.
69- - video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any
70- conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
71-
72- ```
73- conda install -c conda-forge 'ffmpeg<4.3'
74- python setup.py install
75- ```
76-
7764# Using the models on C++
7865
7966Refer to [ example/cpp] ( https://github.com/pytorch/vision/tree/main/examples/cpp ) .
You can’t perform that action at this time.
0 commit comments