diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 649eefe892d7383e1b49d588385c3638fd7e99b0..ed1b909770c9bc558b262ed56e7b59cb7c4adb0a 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -843,7 +843,7 @@ def analyze(lbls, pred): # ----------------------------------- bin_ranges.append([1.0, 2.0]) - bin_edges.append(1.8) + bin_edges.append(1.0) bin_ranges.append([2.0, 5.0]) bin_edges.append(2.0)