jeylau commited on
Commit
a43159f
Β·
1 Parent(s): ff4cf6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -114,7 +114,6 @@ def predict_pipeline(img_input,
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,7 +145,6 @@ def predict_pipeline(img_input,
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)
 
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
  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)