Skip to content

Commit

Permalink
fix dictionary key name (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlou05 authored Mar 19, 2024
1 parent 92fa652 commit 1729650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpeg_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def run():
max_compression_ratio = 0
total_compression_ratio = 0

current_result = results[f"quality_{quality}"]
current_result = results[f"lossy_{quality}"]

for frame_index in range(FRAME_COUNT):
image = Image.open(pathlib.Path(INPUT_PATH, f"{frame_index}.png")) # load one at a time
Expand Down

0 comments on commit 1729650

Please sign in to comment.