Since it causes segfaults. I also modified datasets to allow using Video with disabled decoding
(I could use Video(decode=False) here but the disable_video_decoding context manager is easier to use and avoids side effects like modifyign the features object)
Since it causes segfaults. I also modified
datasets
to allow using Video with disabled decoding(I could use Video(decode=False) here but the disable_video_decoding context manager is easier to use and avoids side effects like modifyign the
features
object)