huggingface / dataset-viewer

Backend that powers the dataset viewer on Hugging Face dataset pages through a public API.
https://huggingface.co/docs/dataset-viewer
Apache License 2.0
701 stars 77 forks source link

Remove decord #3092

Closed lhoestq closed 3 weeks ago

lhoestq commented 3 weeks ago

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)