Commit 5490b349 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added verbose to read_test_image

parent 32db73b8
Pipeline #66 passed with stages
in 8 seconds
......@@ -32,4 +32,5 @@ def flip_image(img: np.ndarray) -> np.ndarray:
def read_test_image():
""" read test image """
fp_img = PACKAGE_PATH + "/data/test_image.txt"
print("reading file {} ...".format(fp_img))
return np.loadtxt(fp_img, dtype=int)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment