Is it possible to make VideoReader pickle-able?
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to use VideoReader for data loading in an ML pipeline. It would be nice to be able to store the VideoReader object as part of my class, so I wouldn't have to recreate it each time a video is called on. If parts of an object aren't pickle-able then multiprocess data loading isn't allowed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.