sabrinabenas commited on
Commit
4c3cb32
β€’
1 Parent(s): 7578ea3
Files changed (1) hide show
  1. save_results.py +0 -4
save_results.py CHANGED
@@ -38,16 +38,12 @@ def save_results(md_results, dlc_outputs,map_label_id_to_str,thr,output_file = '
38
 
39
  ## info dlc
40
  kypts = []
41
- #pdb.set_trace()
42
- print(dlc_outputs[i])
43
  for s in dlc_outputs[i]:
44
- #print(s)
45
  aux1 = []
46
  for j in s:
47
  aux1.append(float(j))
48
 
49
  kypts.append(aux1)
50
- #pdb.set_trace()
51
  aux['dlc_pred'] = dict(zip(labels,kypts))
52
  info['bb_' + str(new_index[i]) ]=aux
53
 
 
38
 
39
  ## info dlc
40
  kypts = []
 
 
41
  for s in dlc_outputs[i]:
 
42
  aux1 = []
43
  for j in s:
44
  aux1.append(float(j))
45
 
46
  kypts.append(aux1)
 
47
  aux['dlc_pred'] = dict(zip(labels,kypts))
48
  info['bb_' + str(new_index[i]) ]=aux
49