Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ranftlr committed Jul 9, 2019
1 parent 6e272bd commit 0c00f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def read_image(path):
img = cv2.imread(path)

if img.ndim == 2:
print("We've got a grayvalue image")
img = cv2.cvtColor(img, cv2.COLOR_GRAY2BGR)

img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) / 255.0
Expand Down

0 comments on commit 0c00f02

Please sign in to comment.