QuakeWang opened a new pull request, #9836:
URL: https://github.com/apache/paimon/pull/9836
### Purpose
LeRobot already groups video frame requests by payload and reuses decoders,
but still decodes each frame individually.
Use TorchCodec's get_frames_at(...).data once per full payload group within
a read batch. Preserve sample order, bounded decoder caching, and existing
PyAV/custom callback behavior.
### Tests
- Related suites: 61 passed, 31 skipped due to missing optional
dependencies.
- Verified real MP4 batch/single-frame parity, delta windows, payload
isolation, cache reuse, and backend fallback.
- Flake8 4.0.1, license headers, and git diff --check passed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]