Nicolò commited on
Commit
7d6d113
1 Parent(s): d698df0

remove debug print

Browse files
Files changed (1) hide show
  1. gan_vs_real_detector.py +0 -1
gan_vs_real_detector.py CHANGED
@@ -107,7 +107,6 @@ class Detector:
107
  img_net_scores.append(np.nanmax(scores_maj_voting) if maj_voting == 1 else -np.nanmax(scores_maj_voting))
108
 
109
  # final score is the average among the 5 scores returned by the detectors
110
- print(img_net_scores)
111
  img_score = np.mean(img_net_scores)
112
 
113
  return img_score
 
107
  img_net_scores.append(np.nanmax(scores_maj_voting) if maj_voting == 1 else -np.nanmax(scores_maj_voting))
108
 
109
  # final score is the average among the 5 scores returned by the detectors
 
110
  img_score = np.mean(img_net_scores)
111
 
112
  return img_score