We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25073eb commit 3935b3fCopy full SHA for 3935b3f
gallery/others/plot_video_api.py
torchvision/io/_video_opt.py
@@ -6,6 +6,7 @@
6
import torch
7
8
from ..extension import _load_library
9
+from ._video_deprecation_warning import _raise_video_deprecation_warning
10
11
12
try:
torchvision/io/video_reader.py
from ..utils import _log_api_usage_once
from ._video_opt import _HAS_CPU_VIDEO_DECODER
0 commit comments