ntsc207 commited on
Commit
30c59c4
·
verified ·
1 Parent(s): ad222db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def yolov9_inference(model_id, img_path=None, vid_path=None, tracking_algorithm
111
  output_video = output_path # Load the video file here
112
  output_image = None
113
  plt.style.use("ggplot")
114
- fig, ax = plt.subplots(figsize=(10, 6), dpi = 300300)
115
  #for label in labels:
116
  #df_label = frame_counts_df[frame_counts_df['label'] == label]
117
  sns.lineplot(ax = ax, data = frame_counts_df, x = 'frame', y = 'count', hue = 'label', palette=palette,linewidth=2.5)
 
111
  output_video = output_path # Load the video file here
112
  output_image = None
113
  plt.style.use("ggplot")
114
+ fig, ax = plt.subplots(figsize=(10, 6), dpi = 300)
115
  #for label in labels:
116
  #df_label = frame_counts_df[frame_counts_df['label'] == label]
117
  sns.lineplot(ax = ax, data = frame_counts_df, x = 'frame', y = 'count', hue = 'label', palette=palette,linewidth=2.5)