Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
e48b9584
Commit
e48b9584
authored
Oct 08, 2019
by
Zhicheng Yan
Committed by
Francisco Massa
Oct 08, 2019
Browse files
expose more io api (#1423)
parent
1258bb7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
torchvision/io/__init__.py
torchvision/io/__init__.py
+10
-2
No files found.
torchvision/io/__init__.py
View file @
e48b9584
from
.video
import
write_video
,
read_video
,
read_video_timestamps
from
._video_opt
import
_read_video_from_file
,
_read_video_timestamps_from_file
,
_HAS_VIDEO_OPT
from
._video_opt
import
(
_read_video_from_file
,
_read_video_timestamps_from_file
,
_read_video_from_memory
,
_read_video_timestamps_from_memory
,
_HAS_VIDEO_OPT
,
)
__all__
=
[
'write_video'
,
'read_video'
,
'read_video_timestamps'
,
'_read_video_from_file'
,
'_read_video_timestamps_from_file'
,
'_HAS_VIDEO_OPT'
,
'_read_video_from_file'
,
'_read_video_timestamps_from_file'
,
'_read_video_from_memory'
,
'_read_video_timestamps_from_memory'
,
'_HAS_VIDEO_OPT'
,
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment