Sadjad Alikhani commited on
Commit
ebca844
·
verified ·
1 Parent(s): ad8c1ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def compute_average_confusion_matrix(folder):
127
  LOS_PATH = "images_LoS"
128
 
129
  # Define the percentage values
130
- percentage_values_los = np.linspace(0.1, 1, 20) * 100 # 20 percentage values
131
 
132
  # Function to compute confusion matrix and plot it
133
  def plot_confusion_matrix_from_csv(csv_file_path, title, save_path):
 
127
  LOS_PATH = "images_LoS"
128
 
129
  # Define the percentage values
130
+ percentage_values_los = np.linspace(0.001, 1, 20) * 100 # 20 percentage values
131
 
132
  # Function to compute confusion matrix and plot it
133
  def plot_confusion_matrix_from_csv(csv_file_path, title, save_path):