mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 10:16:09 +00:00
fix(spam): replacing spamming warning but a debug log
This commit is contained in:
@@ -80,7 +80,7 @@ def decode_video_frames(
|
|||||||
Currently supports torchcodec on cpu and pyav.
|
Currently supports torchcodec on cpu and pyav.
|
||||||
"""
|
"""
|
||||||
if backend != "pyav" and is_depth:
|
if backend != "pyav" and is_depth:
|
||||||
logger.warning("Decoding depth maps is only supported with the 'pyav' backend.")
|
logger.debug("Decoding depth maps is only supported with the 'pyav' backend, falling back to pyav.")
|
||||||
# We do not actually return uint8 here, but we avoid the 255 normalization step.
|
# We do not actually return uint8 here, but we avoid the 255 normalization step.
|
||||||
return decode_video_frames_pyav(
|
return decode_video_frames_pyav(
|
||||||
video_path, timestamps, tolerance_s, return_uint8=False, is_depth=True
|
video_path, timestamps, tolerance_s, return_uint8=False, is_depth=True
|
||||||
|
|||||||
Reference in New Issue
Block a user