zhengchong's picture
chore: Update dependencies and code structure
6eb1d7d
raw
history blame contribute delete
No virus
374 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
# pyre-unsafe
from .frame_selector import (
FrameSelectionStrategy,
RandomKFramesSelector,
FirstKFramesSelector,
LastKFramesSelector,
FrameTsList,
FrameSelector,
)
from .video_keyframe_dataset import (
VideoKeyframeDataset,
video_list_from_file,
list_keyframes,
read_keyframes,
)