chore(utils): move benchmark and buffer to their respective modules (#2028)

This commit is contained in:
Steven Palma
2025-09-24 16:46:38 +02:00
committed by GitHub
parent 163df97c0c
commit af1760f175
5 changed files with 3 additions and 3 deletions

View File

@@ -35,12 +35,12 @@ import torch
from skimage.metrics import mean_squared_error, peak_signal_noise_ratio, structural_similarity
from tqdm import tqdm
from benchmarks.video.benchmark import TimeBenchmark
from lerobot.datasets.lerobot_dataset import LeRobotDataset
from lerobot.datasets.video_utils import (
decode_video_frames_torchvision,
encode_video_frames,
)
from lerobot.utils.benchmark import TimeBenchmark
BASE_ENCODING = OrderedDict(
[