Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions benchmarks/decoders/benchmark_decoders_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ def retrieve_videos(urls_and_dest_paths):


def plot_data(df_data, plot_path):
plt.rcParams["font.size"] = 18

# Creating the DataFrame
df = pd.DataFrame(df_data)

Expand Down Expand Up @@ -440,9 +442,7 @@ def plot_data(df_data, plot_path):

# Set the title for the subplot
base_video = Path(video).name.removesuffix(".mp4")
ax.set_title(
f"video={base_video}\ndecode_pattern={vcount} x {vtype}", fontsize=10
)
ax.set_title(f"{base_video}\n{vcount} x {vtype}", fontsize=11)

# Plot bars with error bars
ax.barh(
Expand Down
Binary file modified benchmarks/decoders/benchmark_readme_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading