jeylau commited on
Commit
1f72d76
Β·
1 Parent(s): 9df6492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -114,6 +114,7 @@ def predict_pipeline(img_input,
114
  map_label_id_to_str,
115
  flag_show_str_labels,
116
  use_normalized_coordinates=False,
 
117
  font_size=font_size,
118
  keypt_color=keypt_color,
119
  marker_size=marker_size)
@@ -145,6 +146,7 @@ def predict_pipeline(img_input,
145
  map_label_id_to_str,
146
  flag_show_str_labels,
147
  use_normalized_coordinates=False, # if True, then I should use md_results.xyxyn for list_kpts_crop
 
148
  font_size=font_size,
149
  keypt_color=keypt_color,
150
  marker_size=marker_size)
 
114
  map_label_id_to_str,
115
  flag_show_str_labels,
116
  use_normalized_coordinates=False,
117
+ font_style=font_style,
118
  font_size=font_size,
119
  keypt_color=keypt_color,
120
  marker_size=marker_size)
 
146
  map_label_id_to_str,
147
  flag_show_str_labels,
148
  use_normalized_coordinates=False, # if True, then I should use md_results.xyxyn for list_kpts_crop
149
+ font_style=font_style,
150
  font_size=font_size,
151
  keypt_color=keypt_color,
152
  marker_size=marker_size)