This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
VideoClassificationDataset
does not support frame video folders
#1491
Labels
enhancement
New feature or request
I realized some of the helper code around the pytorch video does not allow the videos to be frame_video objects, which is disappointing and is supported by the underlying pytorch video.
https://pytorchvideo.readthedocs.io/en/latest/_modules/pytorchvideo/data/labeled_video_dataset.html#labeled_video_dataset
Discussed in #1490
Originally posted by Skylion007 November 26, 2022
Decoding videos from AVI / MP4 is eating up the CPU on my GPU server, is there a way to have the VideoClassificationData folder accept a folder of frames and maybe some metadata as the video instead? Or recommendation for a video codec that would be faster to decode?
The text was updated successfully, but these errors were encountered: