wi-lab commited on
Commit
2967ca1
·
verified ·
1 Parent(s): 376c4a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def compute_average_confusion_matrix(folder):
154
  LOS_PATH = "images_LoS"
155
 
156
  # Define the percentage values
157
- percentage_values_los = np.linspace(0.05, 1, 20) * 100 # np.linspace(0.001, 1, 20) * 100 # 20 percentage values
158
 
159
  from sklearn.metrics import f1_score
160
  import seaborn as sns
 
154
  LOS_PATH = "images_LoS"
155
 
156
  # Define the percentage values
157
+ percentage_values_los = np.linspace(0.001, 1, 20) * 100 #np.linspace(0.05, 1, 20) * 100 # np.linspace(0.001, 1, 20) * 100 # 20 percentage values
158
 
159
  from sklearn.metrics import f1_score
160
  import seaborn as sns