Skip to content

Commit

Permalink
hide plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartucho committed Feb 10, 2019
1 parent 95c55f1 commit 6a14cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def draw_plot_func(dictionary, n_classes, window_title, plot_title, x_label, out
# end Plot title
x_label = "Number of objects per class"
output_path = results_files_path + "/Predicted Objects Info.png"
to_show = True
to_show = False
plot_color = 'forestgreen'
true_p_bar = count_true_positives
draw_plot_func(
Expand Down

0 comments on commit 6a14cf3

Please sign in to comment.