diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 9a80f99c8ee4bf1d4af82745c875aecba9881675..5b8e72337ac7664221d4452798c5793015a2bbf2 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -842,11 +842,11 @@ def analyze(lbls, pred):
     # bin_edges.append(160.0)
     # -----------------------------------
 
-    bin_ranges.append([0.5, 2.0])
+    bin_ranges.append([0.5, 1.0])
     bin_edges.append(0.5)
 
-    bin_ranges.append([2.0, 5.0])
-    bin_edges.append(2.0)
+    bin_ranges.append([1.0, 5.0])
+    bin_edges.append(1.0)
 
     bin_ranges.append([5.0, 10.0])
     bin_edges.append(5.0)