pytorch_srcnn
pytorch_srcnn copied to clipboard
Super resolution Results
I am getting such results of inference, where am I doing wrong.Any ideas?
input image
inference result image
after adding following opencv code
import cv2
cv_img = np.array(img_out)
rgbimg = cv2.cvtColor(cv_img, cv2.COLOR_YCrCb2RGB)
after this line
i got following results but they were still not satisfactory.Kindly correct me ..