-
Notifications
You must be signed in to change notification settings - Fork 423
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, Video object can be constructed from a video folder that contains video frames:
pytorchvideo/pytorchvideo/data/frame_video.py
Line 115 in 08a1fce
def from_frame_paths( |
However, LabeledVideoDataset
cannot be created from video frames since LabeledVideoPaths
class does not support that:
labeled_video_paths = LabeledVideoPaths.from_path(data_path) |
To solve this issue, from_path
method of the LabeledVideoPaths
def from_path(cls, data_path: str) -> LabeledVideoPaths: |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request