QuakeWang commented on code in PR #9836:
URL: https://github.com/apache/paimon/pull/9836#discussion_r4013807404
##########
paimon-python/pypaimon/multimodal/video.py:
##########
@@ -51,13 +55,16 @@ def __init__(
decode_fn,
output_column="frame",
max_open_videos=8,
- collate_fn=None):
+ collate_fn=None,
Review Comment:
Thanks, updated `decode_fn` to default to `None` and require at least one of
the two callbacks. Removed the redundant single-frame callback from LeRobot and
added tests for batch-only usage and invalid arguments.
--
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]