Qipei Li

Results 1 comments of Qipei Li

> Had the same problem. > Resolved it by changing > `x = image.flip_axis(x, img_col_axis)` to `x = image.image.flip_axis(x, img_col_axis)` > and > `x = image.flip_axis(x, img_row_axis)` to `x =...