img = cv2.imread(image_file)
cv2.namedWindow('input_image', cv2.WINDOW_AUTOSIZE)
cv2.imshow('input_image', img)
cv2.waitKey()
cv2.destroyAllWindows()
img = cv2.imread(image_file)
cv2.namedWindow('input_image', cv2.WINDOW_AUTOSIZE)
cv2.imshow('input_image', img)
cv2.waitKey()
cv2.destroyAllWindows()