Skip to content
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

Add GPU decoding for faster sampling #43

Closed
LemurPwned opened this issue Dec 14, 2024 · 1 comment · Fixed by #44
Closed

Add GPU decoding for faster sampling #43

LemurPwned opened this issue Dec 14, 2024 · 1 comment · Fixed by #44
Labels
enhancement New feature or request

Comments

@LemurPwned
Copy link
Owner

🚀 Feature Request

GPU decoding using Nvidia libraries

🔈 Motivation

Currently, the main bottleneck to speed is GPU decoding. Perhaps integrating NVidia libraries (DALI) would improve the performance.

@LemurPwned LemurPwned added the enhancement New feature or request label Dec 14, 2024
@LemurPwned LemurPwned linked a pull request Dec 20, 2024 that will close this issue
@LemurPwned
Copy link
Owner Author

Note: DALI library turns out to be very limited. It refuses to decode VFR video, which for the sampling use case is a must.

PyNvVideoCoded seems to be still supported, so there's hope for future improvement: https://docs.nvidia.com/video-technologies/pynvvideocodec/pynvc-api-prog-guide/index.html#video-demuxing__video-demuxing-api-details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant