Skip to content

Commit

Permalink
Increase tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Jun 22, 2024
1 parent 64d0867 commit a4b3e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/video/run_video_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4b3e18

Please sign in to comment.