pytorch_srcnn icon indicating copy to clipboard operation
pytorch_srcnn copied to clipboard

Super resolution Results

Open farazBhatti opened this issue 5 years ago • 1 comments

I am getting such results of inference, where am I doing wrong.Any ideas?

input image 0

inference result image result

farazBhatti avatar Nov 07 '19 06:11 farazBhatti

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 ..

result

farazBhatti avatar Nov 07 '19 07:11 farazBhatti