You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can let files_lr equals to files_source just like: files_lr = glob.glob(os.path.join(opt.test_data,'*.png'))+glob.glob(os.path.join(opt.test_data,'*.tif'))
and then implement the mosaic method: Img_lr = cv2.cvtColor(cv2.imread(f_lr),cv2.COLOR_BGR2RGB) Img_lr = normalize(np.float32(Img_lr),opt.rgb_range) ISource_lr = torch.Tensor(Img_lr).permute(2,0,1).unsqueeze(0) ISource_lr = bayer(ISource_lr)
能否公布一下demosic的LR图,没这个跑不了啊
The text was updated successfully, but these errors were encountered: