diff --git a/benchmark/video/run_video_benchmark.py b/benchmark/video/run_video_benchmark.py index 17193c3f1..683b8d95a 100644 --- a/benchmark/video/run_video_benchmark.py +++ b/benchmark/video/run_video_benchmark.py @@ -180,7 +180,7 @@ def process_sample(t): with time_benchmark: frames = decode_video_frames_torchvision( - video_path, timestamps=timestamps, tolerance_s=1e-4, backend=backend + video_path, timestamps=timestamps, tolerance_s=1e-3, backend=backend ) result["load_time_video_ms"] = time_benchmark.result_ms / num_frames