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

feat: add VALI-based (GPU) video reader #12

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

egorchakov
Copy link
Contributor

Tested with one of VALI's own files: https://github.com/RomanArzumanyan/VALI/blob/main/tests/data/test.mp4

NOTE: seeking seems problematic (RomanArzumanyan/VALI#111), might need to hold off on merging

@egorchakov egorchakov requested a review from sandhawalia October 1, 2024 15:20
@sandhawalia
Copy link
Contributor

sandhawalia commented Oct 1, 2024

Shall we update yaak dataset config and verify if the seek issue persists ?

@egorchakov
Copy link
Contributor Author

We can't actually use it on our videos since they're all VFR. I tried converting one to CFR, and the seek issue was definitely there. Took me a while to trace it back though.

Copy link
Contributor

@sandhawalia sandhawalia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending seek issue fix

src/rbyte/io/frame/video/ffmpeg_reader.py Show resolved Hide resolved
@egorchakov egorchakov force-pushed the feat/gpu-video-reader branch from 11d2cae to 8a1d8bb Compare October 14, 2024 10:42
@egorchakov egorchakov merged commit 3d94f2b into main Oct 14, 2024
1 check passed
@egorchakov egorchakov deleted the feat/gpu-video-reader branch October 14, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants