opteroncx
opteroncx
emmm比ffmpeg功能强很多么,不是太了解VapourSynth
The PSNR and SSIM was computed only on Y channel as I mention in the paper, and the code just copied the bicubic upsampled Cb and Cr channels for visualize...
Thank you for finding the BGR and RGB issue. this could be fixed the code for reading with img = np.array(Image.open(path+'/'+pimg)) so the img will be in RGB channel. And...
OK, thank you!
This function was referred from https://github.com/jiny2001/dcscn-super-resolution/blob/master/helper/utilty.py The convert method could be found in https://en.wikipedia.org/wiki/YCbCr
https://github.com/scikit-image/scikit-image/blob/b0aed02ce906dcf9232ba428f829c8a3d4a74a2b/skimage/color/colorconv.py#L404-L408 Same for Y channel in the source code of skimage Could you show the code of matlab? @Zheng222
emmm.... I will fix it, thank you.
Maybe I have to inform https://github.com/jiny2001 about this issue, since I borrowed this function from https://github.com/jiny2001/dcscn-super-resolution
2080Ti输入1024x1024x3的RGB图是OK的,更大的需要切块
多卡存的模型每个参数前面会多一个module.,请检查一下