mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-12 04:21:45 +00:00
7035ecf9b2
Depth video stats were computed on raw 12-bit codec values, leaving them in codec space instead of the recorded depth unit. Dequantize decoded frames via the feature's depth encoder config (matching DatasetReader) so recomputed stats match record-time stats. Also fix the SLURM example: the --skip-image-video flag was inverted (0 skipped visual stats), and add a --video-backend option so pyav can be used when torchcodec fails to load locally.