megvii-research/NAFNet

The cv2.flip(img,1,img) has issue

zrongcheng opened this issue · 0 comments

cv2.flip(img, 1, img)

should be replaced with flip_img = cv2.flip(img, 1)