We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Video object can be constructed from a video folder that contains video frames:
pytorchvideo/pytorchvideo/data/frame_video.py
Line 115 in 08a1fce
However, LabeledVideoDataset cannot be created from video frames since LabeledVideoPaths class does not support that:
LabeledVideoDataset
LabeledVideoPaths
pytorchvideo/pytorchvideo/data/labeled_video_dataset.py
Line 296 in 08a1fce
To solve this issue, from_path method of the LabeledVideoPaths
from_path
pytorchvideo/pytorchvideo/data/labeled_video_paths.py
Line 19 in 08a1fce
The text was updated successfully, but these errors were encountered:
Thanks for working this! I will review the PR soon.
Sorry, something went wrong.
kalyanvasudev
Successfully merging a pull request may close this issue.
Currently, Video object can be constructed from a video folder that contains video frames:
pytorchvideo/pytorchvideo/data/frame_video.py
Line 115 in 08a1fce
However,
LabeledVideoDataset
cannot be created from video frames sinceLabeledVideoPaths
class does not support that:pytorchvideo/pytorchvideo/data/labeled_video_dataset.py
Line 296 in 08a1fce
To solve this issue,
from_path
method of theLabeledVideoPaths
pytorchvideo/pytorchvideo/data/labeled_video_paths.py
Line 19 in 08a1fce
The text was updated successfully, but these errors were encountered: