sfmig commited on
Commit
4a8e88e
β€’
1 Parent(s): 4ea9dab

typo in json filename

Browse files
Files changed (1) hide show
  1. viz_utils.py +1 -1
viz_utils.py CHANGED
@@ -108,7 +108,7 @@ def save_results_as_json(md_results,
108
  dlc_outputs,
109
  map_dlc_label_id_to_str,
110
  thr,
111
- path_to_output_file = 'dowload_predictions.json'):
112
 
113
  """
114
  Output detections as json file
 
108
  dlc_outputs,
109
  map_dlc_label_id_to_str,
110
  thr,
111
+ path_to_output_file = 'download_predictions.json'):
112
 
113
  """
114
  Output detections as json file