-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Select video interface #3
Comments
There's also FastVideoReader - a class within the That said, for |
torchcodec allows for videos to be decoded as PyTorch tensors, on CPU and CUDA GPU. It has nice sampling functionalities. It's in early development stages. It's an evolution from torchvision's read_video, which is demoed in a nice tutorial applying RAFT to predict optic flow in a video. |
For pushing on throughput performance (to the extent that that's relevant here), I really like @sfmig's suggestion of Would love to hear any experiences re: support of non-GPL formats. It looks like they dynamically link them in, but I've had mixed experiences with other libs that try to do this. For completeness, the classic for DL-oriented workloads has been to use decord (example). For both, I suppose the cross platform compatibility is always challenging 😦. Also relevant: https://github.com/danionella/daio |
Other options:
sleap_io
, being "a numpy-like interface, using opencv as a backend".The text was updated successfully, but these errors were encountered: