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:
61
61
62
62
Read more in in our [ docs] ( https://pytorch.org/vision/stable/transforms.html ) .
63
63
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
- pip install . -v --no-build-isolation
75
- ```
76
-
77
64
# Using the models on C++
78
65
79
66
Refer to [ example/cpp] ( https://github.com/pytorch/vision/tree/main/examples/cpp ) .
You can’t perform that action at this time.
0 commit comments